handlers: HandlerPageEdit: canAccess(): Check with effectivePermisisons()
Этот коммит содержится в:
родитель
6304554358
Коммит
ad42c0f046
@ -25,7 +25,7 @@ SOFTWARE.
|
|||||||
#include "../parser.h"
|
#include "../parser.h"
|
||||||
bool HandlerPageEdit::canAccess([[maybe_unused]] std::string page)
|
bool HandlerPageEdit::canAccess([[maybe_unused]] std::string page)
|
||||||
{
|
{
|
||||||
return this->userSession->user.permissions.canEdit();
|
return effectivePermissions(page).canEdit();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HandlerPageEdit::pageMustExist()
|
bool HandlerPageEdit::pageMustExist()
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user