Action doesn't reload list when using ActionResponseModal #4798
Unanswered
salmanhijazi
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
It is by design at the moment, marking this as a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello,
I'm using an inline Action and when it is executed, it reloads the resource list page to show updated data. However, when using a custom action response modal, the list is not reloaded. Is this by design or should the list reload before showing the custom response modal?
I've tried adding emits to my custom asset,
this.$emit('actionExecuted')
andNova.$emit('action-executed')
, but that didn't do the trick.Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions