The history allways considere the datetime object a change, now is converted to string in freeze
parent
ec2a9b17ec
commit
47d280c0da
|
@ -211,7 +211,7 @@ def userstory_freezer(us) -> dict:
|
|||
"owner": us.owner_id,
|
||||
"status": us.status_id,
|
||||
"is_closed": us.is_closed,
|
||||
"finish_date": us.finish_date,
|
||||
"finish_date": str(us.finish_date),
|
||||
"order": us.order,
|
||||
"subject": us.subject,
|
||||
"description": us.description,
|
||||
|
|
Loading…
Reference in New Issue