WIP: fix_js_e2e_test #1059

Closed
jsegarra wants to merge 4 commits from fix_js_e2e_test into test
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 1e88f83f7d - Show all commits

View File

@ -265,7 +265,8 @@ async function autofillBic(worker) {
v-model="data.bossFk"
url="Workers/search"
option-value="id"
option-label="name"
:fields="['id', 'name', 'nickname', 'code']"
sort-by="nickname ASC"
hide-selected
>
<template #option="scope">
@ -377,5 +378,6 @@ async function autofillBic(worker) {
<i18n>
es:
Search worker: Buscar trabajador
Create worker: Crear trabajador
You can search by worker id or name: Puedes buscar por id o nombre del trabajador
</i18n>