mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
Card Details as Popup
This commit is contained in:
parent
4ab290928c
commit
09b127b648
7 changed files with 45 additions and 23 deletions
|
|
@ -220,6 +220,7 @@ BlazeComponent.extendComponent({
|
|||
return [
|
||||
{
|
||||
'click .js-minicard': this.clickOnMiniCard,
|
||||
'click .js-minicard-popup': Popup.open("cardDetails"),
|
||||
'click .js-toggle-multi-selection': this.toggleMultiSelection,
|
||||
'click .open-minicard-composer': this.scrollToBottom,
|
||||
submit: this.addCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue