mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Copy Checklist dialog now set's the last selected board
This commit is contained in:
parent
442eefbe6b
commit
ce94433c46
1 changed files with 1 additions and 4 deletions
|
@ -153,10 +153,7 @@ template(name="copyAndMoveChecklist")
|
|||
label {{_ 'boards'}}:
|
||||
select.js-select-boards(autofocus)
|
||||
each boards
|
||||
if $eq _id currentBoard._id
|
||||
option(value="{{_id}}" selected) {{_ 'current'}}
|
||||
else
|
||||
option(value="{{_id}}" selected="{{#if isDialogOptionBoardId _id}}selected{{/if}}") {{title}}
|
||||
option(value="{{_id}}" selected="{{#if isDialogOptionBoardId _id}}selected{{/if}}") {{title}}
|
||||
|
||||
label {{_ 'swimlanes'}}:
|
||||
select.js-select-swimlanes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue