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