Popup#afterConfirm popup broke features like "Archiv Cards", "Upload Attachements" and so on -> fixed

This commit is contained in:
Martin Filser 2021-10-25 00:27:54 +02:00
parent 66df3cc2ee
commit fecb9cdb66
2 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ BlazeComponent.extendComponent({
*/
cardLabelsPopup(event) {
if (this.find('.js-card-label:hover')) {
Popup.open("cardLabels")(event, this.currentData());
Popup.open("cardLabels")(event, {dataContextIfCurrentDataIsUndefined: this.currentData()});
}
},