When closing a ticket, clear assignee field

This commit is contained in:
fr33domlover 2016-06-06 07:44:00 +00:00
parent e19caa0ffd
commit 2881dd2e5f

View file

@ -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 $