mirror of
https://code.sup39.dev/repos/Wqawg
synced 2025-01-28 23:47:51 +09:00
UI: When selecting ticket dep, display the list sorted by ticket number
This commit is contained in:
parent
878e8f4056
commit
64cf836b47
1 changed files with 1 additions and 1 deletions
|
@ -70,5 +70,5 @@ selectTicketDep jid tid =
|
||||||
checkDep tid $
|
checkDep tid $
|
||||||
checkNotSelf tid $
|
checkNotSelf tid $
|
||||||
selectField $
|
selectField $
|
||||||
optionsPersistKey [TicketProject P.==. jid, TicketId P.!=. tid] [] $
|
optionsPersistKey [TicketProject P.==. jid, TicketId P.!=. tid] [P.Asc TicketNumber] $
|
||||||
\ t -> sformat (int % " :: " % stext) (ticketNumber t) (ticketTitle t)
|
\ t -> sformat (int % " :: " % stext) (ticketNumber t) (ticketTitle t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue