[Rt-commit] rtir branch, 2.9/default-to-current-owner, created. 3.0.0rc1-15-gd18c36b
Jim Brandt
jbrandt at bestpractical.com
Mon Oct 1 14:29:33 EDT 2012
The branch, 2.9/default-to-current-owner has been created
at d18c36b988630e8bebde0534849aeb2435c1e5b8 (commit)
- Log -----------------------------------------------------------------
commit d18c36b988630e8bebde0534849aeb2435c1e5b8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Oct 1 14:23:50 2012 -0400
Default Owner to the current Incident owner
When displaying Reply To Requestors, default the Owner dropdown
to the current owner rather than the the currently logged in
user.
diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index 50e03df..d19ec17 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -88,6 +88,7 @@
TicketObj => $IncidentObj,
Status => $Status,
GnuPGWidget => $gnupg_widget,
+ Owner => $IncidentObj->OwnerObj->Id,
&>
<& /Elements/Submit, Name => "SubmitTicket", Label => loc("Update Incident") &>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list