summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-09 23:10:41 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-09 23:10:41 +0200
commit89cf83ecf9ec62f82887569e71b22b39956aeb46 (patch)
treed7eb8a7f36fa65e9d0c489104747cde9512cdda9 /template/en/default/admin
parentb308699b2c0453392c86215cecc4fe508a0e1762 (diff)
downloadbugzilla-89cf83ecf9ec62f82887569e71b22b39956aeb46.tar.gz
bugzilla-89cf83ecf9ec62f82887569e71b22b39956aeb46.tar.xz
Bug 622203 - Allow filing closed bugs via the WebService
r=dkl, a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/workflow/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl
index 5f2b21263..7fdcb3577 100644
--- a/template/en/default/admin/workflow/edit.html.tmpl
+++ b/template/en/default/admin/workflow/edit.html.tmpl
@@ -68,7 +68,7 @@
</th>
[% FOREACH new_status = statuses %]
- [% IF status.id != new_status.id && (status.id || new_status.is_open) %]
+ [% IF status.id != new_status.id %]
[% checked = workflow.${status.id}.${new_status.id}.defined ? 1 : 0 %]
[% mandatory = (status.id && new_status.name == Param("duplicate_or_move_bug_status")) ? 1 : 0 %]
<td align="center" class="checkbox-cell[% " checked" IF checked || mandatory %]"