refs #5334 popover y basic data
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-07-03 13:58:40 +02:00
parent 5e68363312
commit 983d028d06
3 changed files with 13 additions and 5 deletions

View File

@ -78,11 +78,12 @@
label="Fill in days without physical check-ins"
ng-model="$ctrl.department.hasToRefill">
</vn-check>
</vn-horizontal>
</vn-horizontal>
<vn-horizontal>
<vn-check
label="Send check-ins by email"
ng-model="$ctrl.department.hasToSendMail">
</vn-check>
</vn-check>
</vn-horizontal>
</vn-vertical>
</vn-card>

View File

@ -26,7 +26,7 @@
</vn-label-value>
<vn-label-value
label="Boss department"
value="{{$ctrl.department.worker.firstName}} {{$ctrl.department.worker.secondName}}">
value="{{$ctrl.department.worker.firstName}}">
</vn-label-value>
</div>
<div class="quicklinks">

View File

@ -35,8 +35,12 @@
value="{{summary.chatName}}">
</vn-label-value>
<vn-label-value
label="Boss department"
value="{{summary.worker.firstName}} {{summary.worker.lastName}}">
label="Boss department">
<span
ng-click="workerDescriptor.show($event, summary.worker.id)"
class="link">
{{summary.worker.firstName}} {{summary.worker.lastName}}
</span>
</vn-label-value>
<vn-label-value
label="Email"
@ -77,6 +81,9 @@
</vn-one>
</vn-horizontal>
</vn-card>
<vn-worker-descriptor-popover
vn-id="workerDescriptor">
</vn-worker-descriptor-popover>
<vn-worker-department-descriptor-popover
vn-id="workerDepartmentDescriptor">
</vn-worker-department-descriptor-popover>