Adding the permissions addNewObjectPermissions method
This commit is contained in:
@@ -30,7 +30,7 @@ class PermissionsMigrator implements Importable, Exportable
|
||||
if ($replace) {
|
||||
$this->processes->createObjectPermissionsRows($data);
|
||||
} else {
|
||||
$this->processes->updateObjectPermissionRows($data);
|
||||
$this->processes->addNewObjectPermissionRows($data);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
\Logger::log($e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user