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
While creating a new mock or editing an existing mock, the user is required to explicitly save dynamic fields such as query params, request body, request headers and response headers.
The form submission is not blocked even if these dynamic fields are not saved which could lead to rework.
Scope of the issue
To display a warning to the user, if the dynamic fields are updated but not saved
Compare the current state with the global state to check whether the fields have been updated. If the fields are updated, then display an inline warning to inform the user to save those changes
Disable the submit button if there are pending changes to be saved
Display a warning on the right side of the mock form with the list of changes made by the user
Impacted area
UI
Backend
Supporting artifacts
No response
The text was updated successfully, but these errors were encountered:
Summary
While creating a new mock or editing an existing mock, the user is required to explicitly save dynamic fields such as query params, request body, request headers and response headers.
The form submission is not blocked even if these dynamic fields are not saved which could lead to rework.
Scope of the issue
Impacted area
Supporting artifacts
No response
The text was updated successfully, but these errors were encountered: