chore: refs #4074 fix tests
gitea/salix-front/pipeline/pr-dev This commit looks good Details

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-label="code"
option-value="id" option-value="id"
hide-selected hide-selected
:readonly="!hasAny('Worker','__get__locker','READ')" :readonly="
!hasAny([
{ model: 'Worker', props: '__get__locker', accessType: 'READ' },
])
"
/> />
</template> </template>
</FormModel> </FormModel>