aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-09 11:28:56 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-09 11:28:56 +0000
commit4a8ec58a44e09fa92d289d1a93eef1d8337b4385 (patch)
treee7a3e0a4bf2970f412105380af1baf620a93a5c9 /perllib/Open311.pm
parent3e0441e1dfc287bbdec0a5198f64ef3ff1f7f4ae (diff)
be less restrictive about how open 311 status updates can change states
as logged in council users don't have the same restrictions also, fix open311 status name of unable to fix
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index b508a2bcc..34a9b1bfb 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -291,7 +291,7 @@ sub _populate_service_request_update_params {
} elsif ( $comment->problem->state eq 'not responsible' ) {
$status = 'NOT_COUNCILS_RESPONSIBILITY';
} elsif ( $comment->problem->state eq 'unable to fix' ) {
- $status = 'UNABLE_TO_FIX';
+ $status = 'NO_FURTHER_ACTION';
}
} else {
$status = $comment->problem->is_open ? 'OPEN' : 'CLOSED',;