[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-95-g2e50209
Shawn Moore
shawn at bestpractical.com
Fri Aug 5 13:35:49 EDT 2016
The branch, 4.4-trunk has been updated
via 2e50209edb4ba798790d69cf27466bdad01cb2de (commit)
from 910d0e1d94de9e29ec9508543c76bdf6d9ef969a (commit)
Summary of changes:
share/html/SelfService/Create.html | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 2e50209edb4ba798790d69cf27466bdad01cb2de
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Thu Aug 4 16:15:13 2016 +0200
Add support for SetInitialCustomField right in SelfService
Fixes: I#32233
diff --git a/share/html/SelfService/Create.html b/share/html/SelfService/Create.html
index 4246e51..33faa5b 100644
--- a/share/html/SelfService/Create.html
+++ b/share/html/SelfService/Create.html
@@ -97,6 +97,7 @@
Object => RT::Ticket->new($session{CurrentUser}),
CustomFields => $queue_obj->TicketCustomFields,
AsTable => 0,
+ ForCreation => 1,
&>
</td>
</tr>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list