-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Labels
Javascript FrontendPull requests that update Javascript codePull requests that update Javascript codeNeeds triageNeeds to be reviewed by core teamNeeds to be reviewed by core team
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
If I define variables for a query, then call a query with variables using JS:
Like:
query.run({variabel1: {value: 123}, {variabel2: {value: 123}}
The variables are available for the body of the query, but not in the event handlers.
Expected Behavior
I would expect to have access to the variables from withing the event handlers, so that I can chain queries, passing the variables from one to the next.
Steps to reproduce
See attached App
Query Variables Broken in Event Handlers.json
Environment
Self Hosted 2.7.3
Additional Information
No response
Metadata
Metadata
Assignees
Labels
Javascript FrontendPull requests that update Javascript codePull requests that update Javascript codeNeeds triageNeeds to be reviewed by core teamNeeds to be reviewed by core team