[Bps-public-commit] rt-extension-quickreply branch, master, updated. 11cad97e36092034ca8eeb3d01d1394d9da86fe0
? sunnavy
sunnavy at bestpractical.com
Fri Oct 11 09:39:10 EDT 2013
The branch, master has been updated
via 11cad97e36092034ca8eeb3d01d1394d9da86fe0 (commit)
from 74a64bb9d811179f3971ed9d2bd6a3d33e843338 (commit)
Summary of changes:
html/Ticket/Elements/QuickReply | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 11cad97e36092034ca8eeb3d01d1394d9da86fe0
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Oct 11 21:35:25 2013 +0800
limit statuses to the ticket can be changed to only.
and also current status of course.
diff --git a/html/Ticket/Elements/QuickReply b/html/Ticket/Elements/QuickReply
index 274a05a..cf10b1e 100755
--- a/html/Ticket/Elements/QuickReply
+++ b/html/Ticket/Elements/QuickReply
@@ -59,7 +59,7 @@
% if ( $ShowStatus ) {
<tr>
<td class="label">Status:</td>
- <td> <& /Elements/SelectStatus, Name => 'Status', DefaultLabel => loc("[_1] (Unchanged)", loc($Ticket->Status)) &></td>
+ <td> <& /Elements/SelectStatus, Name => 'Status', Object => $Ticket, DefaultLabel => loc("[_1] (Unchanged)", loc($Ticket->Status)) &></td>
</tr>
% }
<tr>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list