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
I noticed that this screenshot from the forum shows an orx: prefix for a field name within a submission diff:
We strip the XML prefix in other places, so I think we should do so here as well. In particular, the Frontend code compares the field name in the diff with the field names from the .../fields endpoint. The .../fields endpoint returns names without prefixes, so those names won't match a field name in the diff if it has a prefix.
The text was updated successfully, but these errors were encountered:
I noticed that this screenshot from the forum shows an
orx:
prefix for a field name within a submission diff:We strip the XML prefix in other places, so I think we should do so here as well. In particular, the Frontend code compares the field name in the diff with the field names from the .../fields endpoint. The .../fields endpoint returns names without prefixes, so those names won't match a field name in the diff if it has a prefix.
The text was updated successfully, but these errors were encountered: