Send non-target extra variables to Listener's asyncMethod #2289
Rfferrao87
started this conversation in
Ideas
Replies: 1 comment
-
Sorry, I meant |
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.
-
I'm relatively new to Laravel & Orchid and been having a little trouble using
Listener
s because of the non-persistentquery
variables between changes; in order to maintain otherField
s current values I have to watch every single one of them along with the actual target I need and that's causing a lot of trouble for me.I wanted to propose the definition of a new
extraVariables
array or something that would send these variables together with thetargets
array in therelation_controller
, so that these fields would not be listened to, but only sent back to put thequery
parameters back together the way they were in a more seamless manner.If there's anything I'm misunderstanding please let me know and thank you for the awesome project!
Beta Was this translation helpful? Give feedback.
All reactions