mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Fix move card last selection is gone.
Thanks to mimZD and xet7 ! Fixes #6046
This commit is contained in:
parent
74f1dfde72
commit
2d87ba18b3
2 changed files with 42 additions and 9 deletions
|
|
@ -843,7 +843,7 @@ template(name="copyAndMoveCard")
|
|||
label {{_ 'cards'}}:
|
||||
select.js-select-cards
|
||||
each cards
|
||||
option(value="{{_id}}") {{add @index 1}}. {{title}}
|
||||
option(value="{{_id}}" selected="{{#if isDialogOptionCardId _id}}selected{{/if}}") {{add @index 1}}. {{title}}
|
||||
|
||||
div
|
||||
input(type="radio" name="position" value="above" checked id="position-above" style="display: inline")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue