fix one canEdit
This commit is contained in:
parent
69e540c104
commit
4e09a32836
|
@ -112,7 +112,7 @@ function reloadWindow() {
|
|||
function manageFunctionModal(evt) {
|
||||
evt.preventDefault();
|
||||
|
||||
if ( !canEditEvents ) {
|
||||
if ( !canEdit.Events ) {
|
||||
enoperm();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue