Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i figured it out just in case anyone needs to access an action modal via a custom field, you can use: this.$parent.$parent.$emit('confirm') |
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.
-
i have a custom field which I am using inside of an action
from this custom field, i just want to trigger the "run action" button
heres my code that doesn't work:
see the
assignmethod, when i click on the button nothing happens but i do see the event being emitted in vue dev toolsi've also tried using
Nova.$emit('confirm')and if i use that, it doesn't even show an event in vue dev toolswhat i want is when this button is clicked, the action is confirmed as if clicking the "run action" button
Beta Was this translation helpful? Give feedback.
All reactions