mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Rolled out new permissions system throughout application
This commit is contained in:
@ -151,6 +151,7 @@ class EntityRepo
|
||||
}
|
||||
}
|
||||
$entity->save();
|
||||
$this->restrictionService->buildEntityPermissionsForEntity($entity);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user