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 SubmissionShow, we request the OData for the submission, as well as the submission's first version. The only properties we use from the OData are __id, __system, and meta (for the instance name). The only information we use from the first version is the user agent. Now that getodk/central-backend#783 is in place, I think we could probably consolidate these two requests. I think if we request just the logical submission, that will include all the information we need, including the first user agent and the current instance name.
The text was updated successfully, but these errors were encountered:
In
SubmissionShow
, we request the OData for the submission, as well as the submission's first version. The only properties we use from the OData are__id
,__system
, andmeta
(for the instance name). The only information we use from the first version is the user agent. Now that getodk/central-backend#783 is in place, I think we could probably consolidate these two requests. I think if we request just the logical submission, that will include all the information we need, including the first user agent and the current instance name.The text was updated successfully, but these errors were encountered: