This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().Contract"
|
||||
:show-edit-icon="true"
|
||||
:show-edit-icon="!value.userIsRestrictedType"
|
||||
v-model="value.contractId"
|
||||
:readonly="formState.readOnly || value.userIsTechRestricted"
|
||||
:label="$ay.t('Contract')"
|
||||
@@ -212,7 +212,7 @@
|
||||
>
|
||||
<gz-pick-list
|
||||
:aya-type="$ay.ayt().Project"
|
||||
:show-edit-icon="true"
|
||||
:show-edit-icon="!value.userIsRestrictedType"
|
||||
v-model="value.projectId"
|
||||
:readonly="formState.readOnly || value.userIsTechRestricted"
|
||||
:label="$ay.t('Project')"
|
||||
|
||||
Reference in New Issue
Block a user