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,9 +222,10 @@ postTicketCloseR shr prj num = do
|
||||||
then return False
|
then return False
|
||||||
else do
|
else do
|
||||||
update tid
|
update tid
|
||||||
[ TicketDone =. True
|
[ TicketAssignee =. Nothing
|
||||||
, TicketClosed =. now
|
, TicketDone =. True
|
||||||
, TicketCloser =. pid
|
, TicketClosed =. now
|
||||||
|
, TicketCloser =. pid
|
||||||
]
|
]
|
||||||
return True
|
return True
|
||||||
setMessage $
|
setMessage $
|
||||||
|
|
Loading…
Reference in a new issue