Skip to content

Commit 6c07f55

Browse files
committed
Fix StudioTree
1 parent d4fe40b commit 6c07f55

File tree

1 file changed

+3
-1
lines changed
  • contentcuration/contentcuration/frontend/channelEdit/components/StudioTree

1 file changed

+3
-1
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/StudioTree/StudioTree.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,15 @@
126126
@click.stop
127127
>
128128
<template #menu>
129-
<ContentNodeOptions :nodeId="nodeId" />
129+
<ContentNodeOptions :nodeId="nodeId" data-test="editMenu"/>
130130
</template>
131131
</KIconButton>
132132
</VFlex>
133133
<ContentNodeOptions
134+
v-if="allowEditing && !copying"
134135
isContextMenu
135136
:nodeId="nodeId"
137+
data-test="contextMenu"
136138
>
137139
<template #header>
138140
<div class="caption grey--text pt-2 px-3" :class="getTitleClass(node)">

0 commit comments

Comments
 (0)