mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Try to fix Edit Custom Fields button not working. Removed duplicate option from Boards Settings.
Thanks to xet7 ! Fixes #5988
This commit is contained in:
parent
c58ab5b07d
commit
20af0a2ef5
2 changed files with 8 additions and 4 deletions
|
|
@ -631,10 +631,10 @@ template(name="boardMenuPopup")
|
||||||
if currentUser.isBoardAdmin
|
if currentUser.isBoardAdmin
|
||||||
hr
|
hr
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li
|
// li
|
||||||
a.js-delete-duplicate-lists
|
// a.js-delete-duplicate-lists
|
||||||
| 🗑️
|
// | 🗑️
|
||||||
| {{_ 'delete-duplicate-lists'}}
|
// | {{_ 'delete-duplicate-lists'}}
|
||||||
li
|
li
|
||||||
a.js-archive-board
|
a.js-archive-board
|
||||||
| ➡️📦
|
| ➡️📦
|
||||||
|
|
|
||||||
|
|
@ -95,3 +95,7 @@ template(name="createCustomFieldPopup")
|
||||||
template(name="deleteCustomFieldPopup")
|
template(name="deleteCustomFieldPopup")
|
||||||
p {{_ "custom-field-delete-pop"}}
|
p {{_ "custom-field-delete-pop"}}
|
||||||
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}
|
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}
|
||||||
|
|
||||||
|
// Reuse the create form for editing to satisfy popup template lookup
|
||||||
|
template(name="editCustomFieldPopup")
|
||||||
|
+Template.dynamic(template="createCustomFieldPopup")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue