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
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Don't fetchData / refresh the page if an action is completed if the user is on an unrelated page
Eg : The user might run an async job like stop a VM and navigate away to /templates, but when the VM has stopped, the page reloads. Maybe tweak the successMethod of pollJob to check the router.path and then fetchData() / parentFetchData()
The text was updated successfully, but these errors were encountered:
davidjumani
changed the title
[IMPROVEMENT] Don't fetchData on action complete if the user is on a different page
[IMPROVEMENT] Don't refresh page on async action complete if the user is on an unrelated page
Oct 9, 2020
Don't fetchData / refresh the page if an action is completed if the user is on an unrelated page
Eg : The user might run an async job like stop a VM and navigate away to /templates, but when the VM has stopped, the page reloads. Maybe tweak the
successMethod
of pollJob to check therouter.path
and thenfetchData()
/parentFetchData()
The text was updated successfully, but these errors were encountered: