0
0
Fork 0

chore: refs #4074 fix tests

This commit is contained in:
Jorge Penadés 2024-09-09 17:10:35 +02:00
parent 04aa96b798
commit f8cbb0a762
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,11 @@ const init = async (data) => {
option-label="code"
option-value="id"
hide-selected
:readonly="!hasAny('Worker','__get__locker','READ')"
:readonly="
!hasAny([
{ model: 'Worker', props: '__get__locker', accessType: 'READ' },
])
"
/>
</template>
</FormModel>