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
If a details view is updated and saved successfully, attempting to update the values again without refreshing the form causes the endpoint to throw an error, indicating that the readOnly property cannot be updated. This can be from additional fields to fetch or a readOnly field being added to the form.
Expected behavior
Upon re-updating without refreshing, the endpoint should pass successfully without failing, just how it behaves the first time updating
The text was updated successfully, but these errors were encountered:
If a details view is updated and saved successfully, attempting to update the values again without refreshing the form causes the endpoint to throw an error, indicating that the readOnly property cannot be updated. This can be from additional fields to fetch or a readOnly field being added to the form.
Steps to reproduce the behavior:
Expected behavior
Upon re-updating without refreshing, the endpoint should pass successfully without failing, just how it behaves the first time updating
The text was updated successfully, but these errors were encountered: