mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Added to Board Settings: Minicard Settings and All Boards Settings improvements.
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/4477
This commit is contained in:
parent
8dcdfce0ec
commit
95a4b4fd91
3 changed files with 72 additions and 26 deletions
|
|
@ -32,6 +32,7 @@ Template.boardMenuPopup.events({
|
|||
'click .js-import-board': Popup.open('chooseBoardSource'),
|
||||
'click .js-subtask-settings': Popup.open('boardSubtaskSettings'),
|
||||
'click .js-card-settings': Popup.open('boardCardSettings'),
|
||||
'click .js-minicard-settings': Popup.open('boardMinicardSettings'),
|
||||
});
|
||||
|
||||
Template.boardChangeTitlePopup.events({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue