FIX: Show employee list
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
dcebe94294
commit
a9e33abacc
|
@ -32,7 +32,7 @@
|
||||||
<vn-autocomplete
|
<vn-autocomplete
|
||||||
disabled="false"
|
disabled="false"
|
||||||
ng-model="$ctrl.worker.bossFk"
|
ng-model="$ctrl.worker.bossFk"
|
||||||
url="Clients/activeWorkersWithInheritRole"
|
url="Workers/activeWithInheritedRole"
|
||||||
show-field="nickname"
|
show-field="nickname"
|
||||||
search-function="{firstName: $search}"
|
search-function="{firstName: $search}"
|
||||||
where="{role: 'employee'}"
|
where="{role: 'employee'}"
|
||||||
|
|
Loading…
Reference in New Issue