aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/state_groups_select.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-25 21:57:39 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-29 09:52:03 +0100
commit4ca7c78c3a3edabbb7466bfd7d519be83d11a89a (patch)
tree9d91b16d97d573403dd0164fc5765aadcedfd4fa /templates/web/base/admin/state_groups_select.html
parent7fb251eb773782e1b0faccc41b5e2aee8f3db18c (diff)
Show "Fixed" for fixed states only when warranted.
There were a couple of places where the three fixed states were all displaying as "Fixed" in a dropdown.
Diffstat (limited to 'templates/web/base/admin/state_groups_select.html')
-rw-r--r--templates/web/base/admin/state_groups_select.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/state_groups_select.html b/templates/web/base/admin/state_groups_select.html
index 9a70cd2c9..87674c47d 100644
--- a/templates/web/base/admin/state_groups_select.html
+++ b/templates/web/base/admin/state_groups_select.html
@@ -1,3 +1,3 @@
[% PROCESS 'admin/report_blocks.html'; # For state_groups %]
[% DEFAULT current_state = problem.state %]
-[% INCLUDE 'report/_state_select_field.html' %]
+[% INCLUDE 'report/_state_select_field.html' single_fixed=0 %]