FIX: Show employee list
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-05-18 14:44:24 +02:00
parent dcebe94294
commit a9e33abacc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<vn-autocomplete
disabled="false"
ng-model="$ctrl.worker.bossFk"
url="Clients/activeWorkersWithInheritRole"
url="Workers/activeWithInheritedRole"
show-field="nickname"
search-function="{firstName: $search}"
where="{role: 'employee'}"