Fixed error where searching for properties to insert while having other properties selected could prevent any insert from happening at all

This commit is contained in:
Stefan Zermatten
2021-08-27 12:24:01 +02:00
parent f043c41e12
commit 518880fa5c
5 changed files with 50 additions and 3 deletions

View File

@@ -298,6 +298,9 @@
meteor: {
'$subscribe':{
'searchLibraryNodes': [],
'selectedLibraryNodes'(){
return [this.selectedNodeIds];
},
},
showPropertyHelp(){
let user = Meteor.user();