mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +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,29 +162,20 @@ template(name="cardDetailsActionsPopup")
|
||||||
li: a.js-more {{_ 'cardMorePopup-title'}}
|
li: a.js-more {{_ 'cardMorePopup-title'}}
|
||||||
|
|
||||||
template(name="moveCardPopup")
|
template(name="moveCardPopup")
|
||||||
if isSandstorm
|
+boardsAndLists
|
||||||
+boardLists
|
|
||||||
else
|
|
||||||
+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
|
+boardsAndLists
|
||||||
+boardLists
|
|
||||||
else
|
|
||||||
+boardsAndLists
|
|
||||||
|
|
||||||
|
|
||||||
template(name="copyChecklistToManyCardsPopup")
|
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
|
+boardsAndLists
|
||||||
+boardLists
|
|
||||||
else
|
|
||||||
+boardsAndLists
|
|
||||||
|
|
||||||
template(name="boardsAndLists")
|
template(name="boardsAndLists")
|
||||||
label {{_ 'boards'}}:
|
label {{_ 'boards'}}:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue