Allow to suppress actionExecuted #6795
Unanswered
vitaliyb
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Our team has developed an Action, but we've encountered an issue: after execution, the page reloads automatically.
Upon investigation, we found that this behavior is caused by the @actionExecuted="actionExecuted" line in resources/js/views/Detail.vue, which triggers a reload regardless of the action's impact:
It would be great to have a way to suppress this behavior when it's unnecessary.
If an action does not affect the current view, developers should have the option to prevent the page from reloading, improving both user experience and performance.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions