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
navigating forward/back from browser. NOTE: testing with react router v5 Prompt in the WorkflowDetailHeader component seems to render multiple times. Seems like a known issue, and is historically buggy, and removed in v6. Further native js solutions may be the only path forward here.
navigation within OSD (breadcrumbs, different applications, etc.). NOTE: have run into same issues described above ^
navigation within plugin (clicking 'Close' button). NOTE: have run into same issues described above
The text was updated successfully, but these errors were encountered:
There are several scenarios where we should warn users when exiting the edit page if there are unsaved changes. This includes:
WorkflowDetailHeader
component seems to render multiple times. Seems like a known issue, and is historically buggy, and removed in v6. Further native js solutions may be the only path forward here.The text was updated successfully, but these errors were encountered: