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
Hi , Thanks for the wonderful extension. we are exploring to use it heavily for our business logic implementaiton.
One question, Instead of reload the page after the API call, are we able to navigate the browser to the collection list page inside the onClick function?
I tried modify the reload logic
router.go(0);
into:
router.push('/content/collection1');
However, directus APP will ask the user to confirm leave for the unsaved changes. Actually the changes was already saved inside the API call, is it possible to navigate silently without user confirmation?