mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Minicard sort popup, Enter button saves the new sort number
This commit is contained in:
parent
02896e669a
commit
b1b2d87045
2 changed files with 8 additions and 2 deletions
|
@ -145,7 +145,7 @@ template(name="minicard")
|
|||
if currentBoard.allowsCardSortingByNumber
|
||||
.badge
|
||||
span.badge-icon.fa.fa-sort
|
||||
span.badge-text {{ sort }}
|
||||
span.badge-text.check-list-sort {{ sort }}
|
||||
|
||||
template(name="editCardSortOrderPopup")
|
||||
input.js-edit-card-sort-popup(type='text' autofocus value=sort dir="auto")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue