mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04: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'}}
|
||||
|
||||
template(name="moveCardPopup")
|
||||
+boardsAndLists
|
||||
if isSandstorm
|
||||
+boardLists
|
||||
else
|
||||
+boardsAndLists
|
||||
|
||||
template(name="copyCardPopup")
|
||||
label(for='copy-card-title') {{_ 'title'}}:
|
||||
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
||||
= title
|
||||
+boardsAndLists
|
||||
if isSandstorm
|
||||
+boardLists
|
||||
else
|
||||
+boardsAndLists
|
||||
|
||||
template(name="boardsAndLists")
|
||||
select.js-select-boards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue