mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
@ -182,6 +182,10 @@ Template.memberPopup.helpers({
|
|||
|
||||
Template.boardMenuPopup.events({
|
||||
'click .js-rename-board': Popup.open('boardChangeTitle'),
|
||||
'click .js-open-rules-view'() {
|
||||
Modal.openWide('rulesMain');
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-custom-fields'() {
|
||||
Sidebar.setView('customFields');
|
||||
Popup.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue