You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a rule is created using ExaFS API v3 and the datetime format is a timestamp, expires is used instead of created in the response. Causing the "expires" and "created" timestamps to be the same.
When a rule is created using ExaFS API v3 and the datetime format is a timestamp,
expires
is used instead ofcreated
in the response. Causing the "expires" and "created" timestamps to be the same.The following lines cause the bug:
exafs/flowapp/models.py
Line 276 in 673ae7a
exafs/flowapp/models.py
Line 425 in 673ae7a
exafs/flowapp/models.py
Line 552 in 673ae7a
The text was updated successfully, but these errors were encountered: