This commit is contained in:
2021-04-09 18:51:54 +00:00
parent e33026cad7
commit 6f2676ecd2
2 changed files with 1 additions and 6 deletions

View File

@@ -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
}
},

View File

@@ -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)"