Added copy-to and related sharing permissions

This commit is contained in:
Stefan Zermatten
2022-11-03 20:18:59 +02:00
parent 358ae46627
commit 8f56a60fb1
11 changed files with 202 additions and 39 deletions

View File

@@ -16,7 +16,7 @@
color="primary"
@click="$store.dispatch('popDialogStack', node._id)"
>
Move
{{ action || 'Move' }}
</v-btn>
</template>
</dialog-base>
@@ -30,6 +30,12 @@ export default {
DialogBase,
LibraryAndNode,
},
props: {
action: {
type: String,
default: undefined,
},
},
data() {
return {
node: undefined,