mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Fixes #2638 importing trello
This commit is contained in:
parent
2c78aab3dc
commit
9d8a38f324
2 changed files with 11 additions and 13 deletions
|
|
@ -67,7 +67,7 @@ window.Popup = new (class {
|
|||
title: self._getTitle(popupName),
|
||||
depth: self._stack.length,
|
||||
offset: self._getOffset(openerElement),
|
||||
dataContext: (this.currentData && this.currentData()) || this,
|
||||
dataContext: (this && this.currentData && this.currentData()) || this,
|
||||
});
|
||||
|
||||
// If there are no popup currently opened we use the Blaze API to render
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue