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
* In the [OpenRosa Form Manifest](/central-api-form-management/#openrosa-form-manifest-api), if a Form Attachment is linked to a Dataset then the value of `hash` is the MD5 of the last updated timestamp or the MD5 of `1970-01-01 00:00:00` if the Dataset is empty.
docs vs code
1970-01-01
vs1970-01-01 00:00:00
docs
central-backend/docs/api.yaml
Line 192 in 9e177f0
code
central-backend/lib/model/query/form-attachments.js
Line 157 in 9e177f0
inconsistent date formats
central-backend/lib/model/query/form-attachments.js
Line 157 in 9e177f0
1970-01-01T00:00:00.000Z
iflastTimestamp
is truthy1970-01-01
iflastTimestamp
is falsyThe text was updated successfully, but these errors were encountered: