1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Added user-interface for "Everyone Else" entity permission item

Nothing on back-end logic done to hook this new option up.
Addition of permissions for role_id=0 works out of the box, but active
"everyone else" permissions, with no priviliges, is currently not
working. Needs change of permission gen logic also.
This commit is contained in:
Dan Brown
2022-10-02 18:09:48 +01:00
parent b8b0afa0df
commit a03245e427
10 changed files with 87 additions and 17 deletions

View File

@@ -824,9 +824,6 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
.content-permissions-row:hover .content-permissions-row-toggle-all {
visibility: visible;
}
.content-permissions-row-label {
font-weight: bold;
}
.template-item {
cursor: pointer;