aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Default.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-29 09:23:25 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-29 09:23:25 +0100
commitf5b647053043afe0de18db327ea9ae4b6665daf2 (patch)
tree0a70171cd4975a4b1f45d42529922cb8f9b19b7b /perllib/FixMyStreet/Cobrand/Default.pm
parent0ed870721f4d257a71d929f73b6f4be80a5afe01 (diff)
parent4b88125da243aba9ad9754619c53cd5c50512c6d (diff)
Merge branch 'roles'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index a08a8dff7..cc7f03adb 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -647,7 +647,7 @@ sub admin_pages {
my $pages = {
'summary' => [_('Summary'), 0],
'timeline' => [_('Timeline'), 5],
- 'stats' => [_('Stats'), 8],
+ 'stats' => [_('Stats'), 8.5],
};
# There are some pages that only super users can see
@@ -680,6 +680,7 @@ sub admin_pages {
if ( $user->has_body_permission_to('user_edit') ) {
$pages->{reports} = [ _('Reports'), 2 ];
$pages->{users} = [ _('Users'), 6 ];
+ $pages->{roles} = [ _('Roles'), 7 ];
$pages->{user_edit} = [ undef, undef ];
}
if ( $self->allow_report_extra_fields && $user->has_body_permission_to('category_edit') ) {