diff options
author | Gervase Markham <gerv@gerv.net> | 2015-03-30 19:53:57 +0200 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-03-30 19:53:57 +0200 |
commit | 79ec29975ac8d1a4f49b83ed404a1ee04c33b73c (patch) | |
tree | fd747279bdfb8f3857e7e64468c0915649319523 /docs/en/rst/administering | |
parent | 2c82105b0fed5d6739111c5de8dba063b01ab446 (diff) | |
download | bugzilla-79ec29975ac8d1a4f49b83ed404a1ee04c33b73c.tar.gz bugzilla-79ec29975ac8d1a4f49b83ed404a1ee04c33b73c.tar.xz |
Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to define what the fixed resolution is. r,a=glob
Diffstat (limited to 'docs/en/rst/administering')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 44eae8e51..80611ef6e 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -280,12 +280,14 @@ commenton* any comment as to what the fix was (or even that it was truly fixed!) -noresolveonopenblockers - This option will prevent users from resolving bugs as FIXED if - they have unresolved dependencies. Only the FIXED resolution - is affected. Users will be still able to resolve bugs to - resolutions other than FIXED if they have unresolved dependent - bugs. +resolution_forbidden_with_open_blockers + This option will prevent users from resolving bugs as the chosen resolution + if they have unresolved dependencies. If using Bugzilla's default + resolutions, the most common value to choose is FIXED, because if a bug + is fixed, either is dependencies are actually fixed (and should be marked + as such) or the dependency is mistaken and should be removed. Only the + chosen resolution is affected; users will be still able to resolve bugs to + other resolutions even if they have unresolved dependent bugs. .. _param-bugfields: |