This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</v-col>
|
||||
|
||||
<GzWoItemScheduledUsers
|
||||
v-if="subRights.scheduledUsers.visible"
|
||||
v-if="pvm.subRights.scheduledUsers.visible"
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
data-cy="woItemScheduledUsers"
|
||||
@@ -126,10 +126,6 @@ export default {
|
||||
pvm: {
|
||||
default: null,
|
||||
type: Object
|
||||
},
|
||||
subRights: {
|
||||
default: null,
|
||||
type: Object
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
:form-key="formCustomTemplateKey"
|
||||
:readonly="formState.readOnly"
|
||||
:pvm="this"
|
||||
:sub-rights="subRights"
|
||||
data-cy="woItems"
|
||||
@change="setDirty()"
|
||||
@graph-item-deleted="flagGraphItemForDelete($event)"
|
||||
|
||||
Reference in New Issue
Block a user