fixes #4074 Descargar ACL del usuario actual #1255

Closed
pau wants to merge 40 commits from 4074-download-user-ACL into dev
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d9cf194873 - Show all commits

View File

@ -33,8 +33,8 @@ function vnUserAcl(aclService) {
if (hasAny) return;
if (action === 'disable') {
const element = $element[0];
const elementToDisable = element.$ctrl;
let element = $element[0];
let elementToDisable = element.$ctrl;
if (!(elementToDisable instanceof FormInput)) {
const selector = 'input, textarea, button, submit';