Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.4.0-b1
-
Component/s: None
-
Labels:None
Description
A correction was attempted for this in CORE-2562. Unfortunately the fix does not work. This line was added:
$this->Permissions->edit($misspelled_permission->id, ['alias' => 'support_manager.admin_tickets']);
This doesn't work because the Permissions model requires a group_id, name, and action to be submitted as well.
Issue Links
- relates to
-
CORE-2562 Support Manager: Database fields are not correct on install
- Closed