Merge branch 'master' into hotfix-ticketAddresFk
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-11-15 12:56:45 +00:00
commit 5b587b3449
1 changed files with 3 additions and 5 deletions

View File

@ -38,7 +38,7 @@
</vn-label-value> </vn-label-value>
<vn-label-value <vn-label-value
label="Extension" label="Extension"
> >
<vn-link-phone <vn-link-phone
phone-number="$ctrl.worker.sip.extension" phone-number="$ctrl.worker.sip.extension"
></vn-link-phone> ></vn-link-phone>
@ -61,8 +61,6 @@
</div> </div>
<div ng-transclude="btnTwo"> <div ng-transclude="btnTwo">
<vn-quick-link <vn-quick-link
vn-acl="hr"
vn-acl-action="remove"
tooltip="Go to user" tooltip="Go to user"
state="['account.card.summary', {id: $ctrl.id}]" state="['account.card.summary', {id: $ctrl.id}]"
icon="face"> icon="face">
@ -75,13 +73,13 @@
<vn-popup vn-id="summary"> <vn-popup vn-id="summary">
<vn-worker-summary worker="$ctrl.worker"></vn-worker-summary> <vn-worker-summary worker="$ctrl.worker"></vn-worker-summary>
</vn-popup> </vn-popup>
<vn-dialog <vn-dialog
vn-id="setPassword" vn-id="setPassword"
on-accept="$ctrl.setPassword($ctrl.worker.password)" on-accept="$ctrl.setPassword($ctrl.worker.password)"
message="Reset password" message="Reset password"
> >
<tpl-body> <tpl-body>
<vn-textfield <vn-textfield
vn-one vn-one
label="New password" label="New password"
required="true" required="true"