diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-08 22:11:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-14 16:03:30 +0100 |
commit | 466c5cac0f000bfa80ab49c88ec6e03c388ac328 (patch) | |
tree | 90cfb113103a1c5b5d2831956c4ea622a4df8ba5 /t/app/model/problem.t | |
parent | 22226c7893167ebdb86363587cd1635a9b717ece (diff) |
Add inactive state to categories.
A new 'state' column replaces confirmed and deleted, allowing
categories to be unconfirmed, confirmed, deleted or inactive.
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 142262ae9..76b7c476a 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -425,7 +425,7 @@ for my $contact ( { category => 'Graffiti', email => 'highways@example.net', }, { - confirmed => 0, + state => 'unconfirmed', body_id => $body_ids{2636}, # Isle of Wight category => 'potholes', email => '2636@example.com', |