Can now move creatures between folders using drag and drop

This commit is contained in:
Stefan Zermatten
2021-06-20 13:32:28 +02:00
parent 69f4bbf360
commit 814e371148
9 changed files with 172 additions and 34 deletions

View File

@@ -36,6 +36,7 @@ const insertCreatureFolder = new ValidatedMethod({
}
// Insert
return CreatureFolders.insert({
name: 'Folder',
owner: userId,
order,
});