Skip to content

Commit

Permalink
Ticket #4765 - Group based: Manage and some other actions are availab…
Browse files Browse the repository at this point in the history
…le to guests.
  • Loading branch information
AntonLV committed Aug 12, 2024
1 parent 2a758bc commit 5dec4af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/boonex/events/classes/BxEventsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function __construct($aModule)
$this->_aMenuItems2MethodsActions = array_merge($this->_aMenuItems2MethodsActions, array(
'view-event-profile' => 'checkAllowedView',
'edit-event-profile' => 'checkAllowedEdit',
'event-manage' => 'checkAllowedEdit',
'event-questionnaire' => 'checkAllowedEdit',
'event-sessions' => 'checkAllowedEdit',
'event-cover' => 'checkAllowedChangeCover',
Expand Down
1 change: 1 addition & 0 deletions modules/boonex/groups/classes/BxGroupsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function __construct($aModule)
$this->_aMenuItems2MethodsActions = array_merge($this->_aMenuItems2MethodsActions, array(
'view-group-profile' => 'checkAllowedView',
'edit-group-profile' => 'checkAllowedEdit',
'group-manage' => 'checkAllowedEdit',
'edit-group-cover' => 'checkAllowedChangeCover',
'invite-to-group' => 'checkAllowedInvite',
'delete-group-profile' => 'checkAllowedDelete',
Expand Down
2 changes: 2 additions & 0 deletions modules/boonex/jobs/classes/BxJobsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function __construct($aModule)
$this->_aMenuItems2MethodsActions = array_merge($this->_aMenuItems2MethodsActions, array(
'view-job-profile' => 'checkAllowedView',
'edit-job-profile' => 'checkAllowedEdit',
'job-manage' => 'checkAllowedEdit',
'job-questionnaire' => 'checkAllowedEdit',
'edit-job-cover' => 'checkAllowedChangeCover',
'invite-to-job' => 'checkAllowedInvite',
'delete-job-profile' => 'checkAllowedDelete',
Expand Down

0 comments on commit 5dec4af

Please sign in to comment.