Get dialog value when using buttons #22076
Answered
by
kTipSSIoYv
kTipSSIoYv
asked this question in
Q&A
-
When using buttons and dialogs how can I get the value of the dialog inside ruby script? If I try if I try @Fryguy Any idea how I can get the value? |
Beta Was this translation helpful? Give feedback.
Answered by
kTipSSIoYv
Aug 25, 2022
Replies: 1 comment
-
Managed to fix it. I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kTipSSIoYv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Managed to fix it. I'm using
$evm.root['dialog_azure_mgmt_group']
instead ofget_option
. But is there a way to use get_option?