Skip to content

Commit 352c4bf

Browse files
committedMar 1, 2013
Documentation: added step in Customizing Status Values section
We now include instructions to check and update existing workflow configurations to include the new status values. Fixes #10047
1 parent e49ddce commit 352c4bf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎docbook/Admin_Guide/en-US/Customizing.xml

+23
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,31 @@ $g_status_enum_workflow[CLOSED] ='20:feedback,50:assigned';
818818
</programlisting>
819819
</para>
820820
</listitem>
821+
822+
<listitem>
823+
<para>Check and update existing workflow configurations</para>
824+
<para>If you do not perform this step and have existing
825+
workflow definitions, it will not be possible to
826+
transition to and from your new status.
827+
</para>
828+
<para>Go to the Workflow Transitions page
829+
(manage_config_workflow_page.php), and update the
830+
workflow as appropriate. Make sure that you have picked
831+
the correct Project in the selection list).
832+
</para>
833+
<para>Hint: to identify whether you have any workflows that
834+
should be updated, open the Manage Configuration Report
835+
page (adm_config_report.php) and filter on 'All Users',
836+
[any] project and config option = 'status_enum_workflow'.
837+
All of the listed projects should be reviewed to
838+
eventually include transitions to and from the newly
839+
added states.
840+
</para>
841+
</listitem>
842+
821843
</orderedlist>
822844
</para>
845+
823846
</section>
824847

825848
<section id="admin.customize.customfuncs">

0 commit comments

Comments
 (0)