mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Fix: Copy Card, Move Card and Copy Checklist Template to Many Cards - No longer works in menu in Sandstorm.
Thanks to xet7 ! Closes #1607
This commit is contained in:
parent
25668eb7c4
commit
db80e73804
1 changed files with 3 additions and 12 deletions
|
|
@ -162,18 +162,12 @@ template(name="cardDetailsActionsPopup")
|
||||||
li: a.js-more {{_ 'cardMorePopup-title'}}
|
li: a.js-more {{_ 'cardMorePopup-title'}}
|
||||||
|
|
||||||
template(name="moveCardPopup")
|
template(name="moveCardPopup")
|
||||||
if isSandstorm
|
|
||||||
+boardLists
|
|
||||||
else
|
|
||||||
+boardsAndLists
|
+boardsAndLists
|
||||||
|
|
||||||
template(name="copyCardPopup")
|
template(name="copyCardPopup")
|
||||||
label(for='copy-card-title') {{_ 'title'}}:
|
label(for='copy-card-title') {{_ 'title'}}:
|
||||||
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
||||||
= title
|
= title
|
||||||
if isSandstorm
|
|
||||||
+boardLists
|
|
||||||
else
|
|
||||||
+boardsAndLists
|
+boardsAndLists
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -181,9 +175,6 @@ template(name="copyChecklistToManyCardsPopup")
|
||||||
label(for='copy-checklist-cards-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}:
|
label(for='copy-checklist-cards-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}:
|
||||||
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
||||||
| {{_ 'copyChecklistToManyCardsPopup-format'}}
|
| {{_ 'copyChecklistToManyCardsPopup-format'}}
|
||||||
if isSandstorm
|
|
||||||
+boardLists
|
|
||||||
else
|
|
||||||
+boardsAndLists
|
+boardsAndLists
|
||||||
|
|
||||||
template(name="boardsAndLists")
|
template(name="boardsAndLists")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue