[otrs-cvs] doc-admin/en/content/customization process-management.xml, 1.20, 1.21
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/doc-admin/en/content/customization
In directory lancelot:/tmp/cvs-serv16338/en/content/customization
Modified Files:
process-management.xml
Log Message:
Removed DynamicField support for StateSet.
Author: cr
Index: process-management.xml
===================================================================
RCS file: /home/cvs/doc-admin/en/content/customization/process-management.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- process-management.xml 17 Dec 2012 15:08:42 -0000 1.20
+++ process-management.xml 4 Jan 2013 17:20:06 -0000 1.21
@@ -2908,9 +2908,5 @@
<title>StateSet</title>
<para>
- Changes the state of a process ticket.
- The state can be changed unconditionally or based on a condition. This
- condition is evaluated based on a defined DynamicField. If the value of the
- DynamicField at the time of the evaluation is not in one of the conditions,
- nothing will be changed. Example:
+ Changes the state of a process ticket. Example:
</para>
<para>
@@ -2918,22 +2914,10 @@
$Self->{'Process::TransitionAction'} = {
'TA1' => {
- Name => 'Set State if it is a MasterTicket',
+ Name => 'Set State to open',
Module => 'Kernel::System::ProcessManagement::TransitionAction::StateSet',
Config => {
State => 'open',
# or
- StateID => 3,
-
- #OR (DynamicField state mapping)
- DynamicField => 'MasterSlave', # or DynamicField_MasterSlave
- DynamicFieldMapping => {
- Master => {
- State => 'open'
- }
- # or
- Master => {
- StateID => 3
- }
- },
+ StateID => 4,
},
},
@@ -2950,14 +2934,4 @@
'StateID' defines the internal ID of the new state.
</para>
- <para>
- 'DynamicField' defines the name of the DynamicField that should be used as
- the basis of the condition check to determine the new state. The name may
- include a leading 'DynamicField_' string.
- </para>
- <para>
- 'DynamicFieldMapping' defines the condition that determines the new state of
- the process ticket. For every value, a State or StateID must be specified.
- If none of the values match, the state will not be changed.
- </para>
</section>
---------------------------------------------------------------------
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