This commit is contained in:
parent
5e68363312
commit
983d028d06
|
@ -79,6 +79,7 @@
|
||||||
ng-model="$ctrl.department.hasToRefill">
|
ng-model="$ctrl.department.hasToRefill">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
|
<vn-horizontal>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Send check-ins by email"
|
label="Send check-ins by email"
|
||||||
ng-model="$ctrl.department.hasToSendMail">
|
ng-model="$ctrl.department.hasToSendMail">
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value
|
<vn-label-value
|
||||||
label="Boss department"
|
label="Boss department"
|
||||||
value="{{$ctrl.department.worker.firstName}} {{$ctrl.department.worker.secondName}}">
|
value="{{$ctrl.department.worker.firstName}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</div>
|
</div>
|
||||||
<div class="quicklinks">
|
<div class="quicklinks">
|
||||||
|
|
|
@ -35,8 +35,12 @@
|
||||||
value="{{summary.chatName}}">
|
value="{{summary.chatName}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value
|
<vn-label-value
|
||||||
label="Boss department"
|
label="Boss department">
|
||||||
value="{{summary.worker.firstName}} {{summary.worker.lastName}}">
|
<span
|
||||||
|
ng-click="workerDescriptor.show($event, summary.worker.id)"
|
||||||
|
class="link">
|
||||||
|
{{summary.worker.firstName}} {{summary.worker.lastName}}
|
||||||
|
</span>
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value
|
<vn-label-value
|
||||||
label="Email"
|
label="Email"
|
||||||
|
@ -77,6 +81,9 @@
|
||||||
</vn-one>
|
</vn-one>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
|
<vn-worker-descriptor-popover
|
||||||
|
vn-id="workerDescriptor">
|
||||||
|
</vn-worker-descriptor-popover>
|
||||||
<vn-worker-department-descriptor-popover
|
<vn-worker-department-descriptor-popover
|
||||||
vn-id="workerDepartmentDescriptor">
|
vn-id="workerDepartmentDescriptor">
|
||||||
</vn-worker-department-descriptor-popover>
|
</vn-worker-department-descriptor-popover>
|
||||||
|
|
Loading…
Reference in New Issue