Ahora el acceso web lo puede modificar employee

This commit is contained in:
Javi Gallego 2018-03-21 09:06:05 +01:00
parent cec2b2a3a5
commit ee6137c8e0
2 changed files with 2 additions and 5 deletions

View File

@ -3,4 +3,3 @@ Enable web access: Habilitar acceso web
New password: Nueva contraseña New password: Nueva contraseña
Repeat password: Repetir contraseña Repeat password: Repetir contraseña
Change password: Cambiar contraseña Change password: Cambiar contraseña
Client must be checked to activate: No se puede activar un cliente si no esta verificado (036)

View File

@ -13,8 +13,7 @@
vn-one vn-one
label="Enable web access" label="Enable web access"
field="$ctrl.account.active" field="$ctrl.account.active"
vn-acl="employee" vn-acl="employee">
acl-conditional-to-employee="{{$ctrl.canEnableCheckBox}}">
</vn-check> </vn-check>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
@ -23,7 +22,6 @@
vn-one vn-one
margin-medium-top margin-medium-top
label="User" label="User"
info="Client must be checked to activate"
field="$ctrl.account.name"> field="$ctrl.account.name">
</vn-textfield> </vn-textfield>
</vn-horizontal> </vn-horizontal>