mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-01-26 22:37:50 +09:00
When closing a ticket, clear assignee field
This commit is contained in:
parent
e19caa0ffd
commit
2881dd2e5f
1 changed files with 4 additions and 3 deletions
|
@ -222,7 +222,8 @@ postTicketCloseR shr prj num = do
|
|||
then return False
|
||||
else do
|
||||
update tid
|
||||
[ TicketDone =. True
|
||||
[ TicketAssignee =. Nothing
|
||||
, TicketDone =. True
|
||||
, TicketClosed =. now
|
||||
, TicketCloser =. pid
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue