diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-01 07:50:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-10 09:54:28 +0100 |
commit | eb8d1b6f0aed5773c08d76041bc5aec57cbc4a31 (patch) | |
tree | 48dd2ec13475a668d98f50395e22354235caa001 /perllib/FixMyStreet/DB/Result/Problem.pm | |
parent | 831943b1320841f3b9383c1e493840f9f657744c (diff) |
Refactor pretty state display.
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 84db41490..c9fd56773 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -609,19 +609,6 @@ sub is_visible { return exists $self->visible_states->{ $self->state } ? 1 : 0; } -=head2 state_display - -Returns a string suitable for display lookup in the update meta section. -Removes the '- council/user' bit from fixed states. - -=cut - -sub state_display { - my $self = shift; - (my $state = $self->state) =~ s/ -.*$//; - return $state; -} - =head2 meta_line Returns a string to be used on a problem report page, describing some of the |