diff options
author | Dave Arter <davea@mysociety.org> | 2017-02-15 17:30:34 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-02-15 17:36:48 +0000 |
commit | 1bbcf0f979a003b502043c0cef0126950fd1157c (patch) | |
tree | 40c9f497da22b3535cf290d77aaef551f290378b /perllib/FixMyStreet/Cobrand | |
parent | 0b1bc26366811481b322c322f2414514bb7c2166 (diff) |
[Oxfordshire] Add initials field to admin user edit form
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index e58c7f36b..cf9d6a9a4 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -130,4 +130,14 @@ sub traffic_management_options { } +sub reputation_increment_states { + return { + 'action scheduled' => 1, + }; +} + +sub user_extra_fields { + return [ 'initials' ]; +} + 1; |