1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added notice for lack of shelf permission cascade

Closes #2876
This commit is contained in:
Dan Brown
2021-08-28 15:44:44 +01:00
parent cd35e13024
commit 82c6597a60
4 changed files with 13 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
]])
</div>
<div class="card content-wrap">
<div class="card content-wrap auto-height">
<h1 class="list-heading">{{ trans('entities.shelves_permissions') }}</h1>
@include('form.entity-permissions', ['model' => $shelf])
</div>