diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-26 15:32:10 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-26 15:32:10 +0100 |
commit | c68826577e4bb8014d5fe89e89d1d76b257125b9 (patch) | |
tree | 53554c5ef80a6a6d852f9b8ff9d9f34364a68f59 /docs/en/rst/administering | |
parent | f798c044aa06e9f8f3dc174e0d4d2710c76aaa37 (diff) | |
download | bugzilla-c68826577e4bb8014d5fe89e89d1d76b257125b9.tar.gz bugzilla-c68826577e4bb8014d5fe89e89d1d76b257125b9.tar.xz |
Update the documentation now that bug 1007605 is fixed
Diffstat (limited to 'docs/en/rst/administering')
-rw-r--r-- | docs/en/rst/administering/workflow.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/en/rst/administering/workflow.rst b/docs/en/rst/administering/workflow.rst index 7ce5b7a87..337faac1d 100644 --- a/docs/en/rst/administering/workflow.rst +++ b/docs/en/rst/administering/workflow.rst @@ -15,9 +15,7 @@ The status referred to by the :param:`duplicate_or_move_bug_status` parameter, i set, is also undeletable. To make it deletable, simply set the value of that parameter to a different status. -Aside from the empty value, two resolutions, DUPLICATE and FIXED, cannot be -renamed or deleted. (FIXED could be if we fixed -`bug 1007605 <https://bugzilla.mozilla.org/show_bug.cgi?id=1007605>`_.) +Aside from the empty value, one resolution, DUPLICATE, cannot be renamed or deleted. Once you have defined your statuses, you can configure the workflow of how a bug moves between them. The workflow configuration |