Skip to content

Commit

Permalink
Network coordinator can't create group.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Oct 24, 2022
1 parent a49ad1e commit e5c9738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/group/index.blade.php
Expand Up @@ -22,7 +22,7 @@

<?php
$all_groups = $groups;
$can_create = App\Helpers\Fixometer::hasRole(Auth::user(), 'Administrator') || App\Helpers\Fixometer::hasRole(Auth::user(), 'Host');
$can_create = App\Helpers\Fixometer::hasRole(Auth::user(), 'Administrator') || App\Helpers\Fixometer::hasRole(Auth::user(), 'NetworkCoordinator') || App\Helpers\Fixometer::hasRole(Auth::user(), 'Host');
$show_tags = App\Helpers\Fixometer::hasRole(Auth::user(), 'Administrator');
$user = Auth::user();
Expand Down

0 comments on commit e5c9738

Please sign in to comment.