mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 23:51:48 +01:00
Popup#afterConfirm popup broke features like "Archiv Cards", "Upload Attachements" and so on -> fixed
This commit is contained in:
parent
66df3cc2ee
commit
fecb9cdb66
2 changed files with 4 additions and 4 deletions
|
|
@ -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()});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue