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
From the above, it looks like the device ID is also not saved for a submission edit via OpenRosa. However, Enketo doesn't send a device ID, so in practice that isn't really an issue. (At least for now: Enketo may start sending a device ID.)
Steps to reproduce:
currentVersion.userAgent
isnull
.From a quick look, it seems like we don't pass the user agent to
Submissions.createVersion()
for a submission edit via OpenRosa. Compare:Via the REST API
central-backend/lib/resources/submissions.js
Line 198 in e9dba19
Via the OpenRosa API
central-backend/lib/resources/submissions.js
Line 93 in e9dba19
The text was updated successfully, but these errors were encountered: