Began work on copy to for library nodes

This commit is contained in:
Stefan Zermatten
2022-11-03 19:08:44 +02:00
parent 0b1db3c40c
commit 358ae46627
2 changed files with 101 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ if (Meteor.isClient) {
).snackbar
}
const DUPLICATE_CHILDREN_LIMIT = 50;
const DUPLICATE_CHILDREN_LIMIT = 100;
const duplicateLibraryNode = new ValidatedMethod({
name: 'libraryNodes.duplicate',