diff options
author | lpsolit%gmail.com <> | 2007-07-13 20:10:39 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-13 20:10:39 +0200 |
commit | ff222adc4a6cb0349f7642d61bb63d2ff970607c (patch) | |
tree | ba87c96d90582e7740991bc2c65dba56c92ee76c /template/en/default/bug/knob.html.tmpl | |
parent | 012d45ae9579b0f1690a2daed8212f38e9c9e26a (diff) | |
download | bugzilla-ff222adc4a6cb0349f7642d61bb63d2ff970607c.tar.gz bugzilla-ff222adc4a6cb0349f7642d61bb63d2ff970607c.tar.xz |
Bug 385415: Bugs marked as duplicate or moved to another installation always go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r-- | template/en/default/bug/knob.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 99aed9c22..257ce4d94 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -39,6 +39,7 @@ [% NEXT IF !bug.isopened && (bug.everconfirmed && bug_status.name == "UNCONFIRMED" || !bug.everconfirmed && bug_status.name == "REOPENED") %] [% PROCESS initial_action %] + [% NEXT IF bug_status.name == bug.bug_status %] <input type="radio" id="knob_[% bug_status.id FILTER html %]" name="knob" value="[% bug_status.name FILTER html %]"> <label for="knob_[% bug_status.id FILTER html %]"> |