mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Hide list of boards in Copy|Move cards for Sandstorm users
This commit is contained in:
parent
5a37ba0d9f
commit
ce4f158976
1 changed files with 8 additions and 2 deletions
|
|
@ -131,13 +131,19 @@ template(name="cardDetailsActionsPopup")
|
||||||
li: a.js-more {{_ 'cardMorePopup-title'}}
|
li: a.js-more {{_ 'cardMorePopup-title'}}
|
||||||
|
|
||||||
template(name="moveCardPopup")
|
template(name="moveCardPopup")
|
||||||
+boardsAndLists
|
if isSandstorm
|
||||||
|
+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
|
||||||
+boardsAndLists
|
if isSandstorm
|
||||||
|
+boardLists
|
||||||
|
else
|
||||||
|
+boardsAndLists
|
||||||
|
|
||||||
template(name="boardsAndLists")
|
template(name="boardsAndLists")
|
||||||
select.js-select-boards
|
select.js-select-boards
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue