[otrs-cvs] doc-admin/en/content/customization process-management.xml, 1.26, 1.27
"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-serv23507/en/content/customization
Modified Files:
process-management.xml
Log Message:
Changed TransitionAction TicketTypeSet parameters from TicketType and TicketTypeID to Type and TypeID to make them more consistent with the other TransitionActions.
Author: cr
Index: process-management.xml
===================================================================
RCS file: /home/cvs/doc-admin/en/content/customization/process-management.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -2 -u -d -r1.26 -r1.27
--- process-management.xml 11 Jan 2013 18:54:23 -0000 1.26
+++ process-management.xml 11 Jan 2013 21:53:33 -0000 1.27
@@ -3172,7 +3172,7 @@
Module => 'Kernel::System::ProcessManagement::TransitionAction::TicketTypeSet',
Config => {
- TicketType => 'default',
+ Type => 'default',
# or
- # TicketTypeID => '1',
+ # TypeID => '1',
},
},
@@ -3184,8 +3184,8 @@
</para>
<para>
- 'TicketType' specifies the name of the ticket type.
+ 'Type' specifies the name of the ticket type.
</para>
<para>
- 'TicketTypeID' specifies the internal ID of the ticket type.
+ 'TypeID' specifies the internal ID of the ticket type.
</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