mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Card Details List-Dropdown is now filled too if the card is opened from global search
This commit is contained in:
parent
10b8612ed9
commit
c99d069b0d
2 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
onCreated() {
|
||||
this.currentBoard = Boards.findOne(Session.get('currentBoard'));
|
||||
this.currentBoard = Utils.getCurrentBoard();
|
||||
this.isLoaded = new ReactiveVar(false);
|
||||
|
||||
if (this.parentComponent() && this.parentComponent().parentComponent()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue