mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Move "Rules" from "Board View" to "Board Settings".
Thanks to helioguardabaxo and xet7 ! Closes #2973
This commit is contained in:
parent
c8ec5d5f62
commit
e7d2343593
4 changed files with 8 additions and 18 deletions
|
|
@ -191,10 +191,6 @@ Template.boardChangeViewPopup.events({
|
|||
Utils.setBoardView('board-view-cal');
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-open-rules-view'() {
|
||||
Modal.openWide('rulesMain');
|
||||
Popup.close();
|
||||
},
|
||||
});
|
||||
|
||||
const CreateBoard = BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue