[otrs-cvs] otrs/Kernel/Modules AdminProcessManagementTransition.pm, 1.14, 1.15
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv14314/Kernel/Modules
Modified Files:
AdminProcessManagementTransition.pm
Log Message:
Disabled Transition Condition Types Hash and Array, because there is no way to enter correct data in the GUI for these types.
Author: mn
Index: AdminProcessManagementTransition.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagementTransition.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -2 -u -d -r1.14 -r1.15
--- AdminProcessManagementTransition.pm 26 Nov 2012 13:17:13 -0000 1.14
+++ AdminProcessManagementTransition.pm 26 Nov 2012 13:45:48 -0000 1.15
@@ -495,6 +495,9 @@
Data => {
'String' => 'String',
- 'Hash' => 'Hash',
- 'Array' => 'Array',
+
+# disable hash and array selection here, because there is no practical way to enter the needed data in the GUI
+# TODO: implement a possibility to enter the data in a correct way in the GUI
+#'Hash' => 'Hash',
+#'Array' => 'Array',
'Regexp' => 'Regexp',
'Module' => 'Transition Validation Module'
@@ -547,6 +550,9 @@
Data => {
'String' => 'String',
- 'Hash' => 'Hash',
- 'Array' => 'Array',
+
+# disable hash and array selection here, because there is no practical way to enter the needed data in the GUI
+# TODO: implement a possibility to enter the data in a correct way in the GUI
+#'Hash' => 'Hash',
+#'Array' => 'Array',
'Regexp' => 'Regexp',
'Module' => 'Transition Validation Module'
@@ -608,6 +614,9 @@
Data => {
'String' => 'String',
- 'Hash' => 'Hash',
- 'Array' => 'Array',
+
+# disable hash and array selection here, because there is no practical way to enter the needed data in the GUI
+# TODO: implement a possibility to enter the data in a correct way in the GUI
+#'Hash' => 'Hash',
+#'Array' => 'Array',
'Regexp' => 'Regexp',
'Module' => 'Transition Validation Module'
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log