Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9037aa

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 a8828a3 commit d9037aa

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎docbook/administration_guide/en/customizing_mantis.sgml

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.