Skip to content

Reset Work Item child items form errors when tokens change

Kushal Pandya requested to merge 469427-reset-form-error-on-token-update into master

What does this MR do and why?

Resets form error when user changes token selection after submission failed due to error from server. Additionally, it also makes some usability improvements on the form as follows;

  • Adds loading animation to Add button while submission is in progress
  • Doesn't disable Add button upon submission failure

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen_Recording_2024-06-28_at_12.23.42_PM Screen_Recording_2024-06-28_at_12.21.52_PM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #469427 (closed)

Merge request reports