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
Currently form closing alert is rendered inside objectindex-component when user clicks for another submission type and is already on some form. This, however is not ideal solution since user can
click on next or previous, which dispatches another wizard step
click on cancel the whole form
click on save and exit
All of these should trigger some alert, so probably it's best to move alert handling to some centralized place.
Also alert content should work differently and have different content when user is in xml upload form or in add existing object -form.
DoD (Definition of Done)
Form closing works consistently. Reusable confirmation alert component is created and used in proper places.
The text was updated successfully, but these errors were encountered:
Merging this issue with previous alert issue #70
In both issues an alert component needs to be created and rendered with details depending on parent component.
Proposed solution
Currently form closing alert is rendered inside objectindex-component when user clicks for another submission type and is already on some form. This, however is not ideal solution since user can
All of these should trigger some alert, so probably it's best to move alert handling to some centralized place.
Also alert content should work differently and have different content when user is in xml upload form or in add existing object -form.
DoD (Definition of Done)
Form closing works consistently. Reusable confirmation alert component is created and used in proper places.
The text was updated successfully, but these errors were encountered: