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
else do
update tid
[ TicketDone =. True
, TicketClosed =. now
, TicketCloser =. pid
[ TicketAssignee =. Nothing
, TicketDone =. True
, TicketClosed =. now
, TicketCloser =. pid
]
return True
setMessage $