mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Removed most usages of restricted entitiy property
This commit is contained in:
@@ -376,7 +376,6 @@ class EntityPermissionsTest extends TestCase
|
||||
->assertSee($title);
|
||||
|
||||
$this->put($modelInstance->getUrl('/permissions'), [
|
||||
'restricted' => 'true',
|
||||
'restrictions' => [
|
||||
$roleId => [
|
||||
$permission => 'true',
|
||||
|
||||
Reference in New Issue
Block a user