]> BookStack Code Mirror - bookstack/commit
Updated entity restrictions to allow permissions, Not just restrict
authorDan Brown <redacted>
Wed, 30 Mar 2016 19:15:44 +0000 (20:15 +0100)
committerDan Brown <redacted>
Wed, 30 Mar 2016 19:15:44 +0000 (20:15 +0100)
commit097d9c9f3cb1941b372b44c9868c4c177a3b8f80
tree31096f9a27d36f1970306d44bbcfe73cecc3bb2f
parent491f73e0cdb236aa862e7373175e4b8b4c16ea38
Updated entity restrictions to allow permissions, Not just restrict

Also changed wording from 'Restrictions' to 'Permissions' to keep things more familiar and to better reflect what they do.

Referenced in issue #89.
15 files changed:
app/Http/routes.php
app/Services/RestrictionService.php
app/helpers.php
resources/views/books/restrictions.blade.php
resources/views/books/show.blade.php
resources/views/chapters/restrictions.blade.php
resources/views/chapters/show.blade.php
resources/views/form/restriction-form.blade.php
resources/views/pages/restrictions.blade.php
resources/views/pages/show.blade.php
resources/views/settings/roles/form.blade.php
resources/views/users/delete.blade.php
tests/Permissions/RestrictionsTest.php
tests/Permissions/RolesTest.php
tests/TestCase.php