-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Labels
Core Query ExecutionIssues related to the execution of all queriesIssues related to the execution of all queriesIDE PodIssues that new developers face while exploring the IDEIssues that new developers face while exploring the IDEIDE ProductIssues related to the IDE ProductIssues related to the IDE ProductIntegrations PodIntegrations ProductIssues related to a specific integrationIssues related to a specific integrationQuery SettingsIssues related to the settings of all queriesIssues related to the settings of all queriesQuery Widgets & IDE PodAll issues related to Query, JS, Eval, Widgets & IDEAll issues related to Query, JS, Eval, Widgets & IDETaskA simple TodoA simple Todo
Milestone
Description
SubTasks
When backend automatically updates the value of runBehaviour based on binding / unbinding in the update page layout API, we also need to have a way to propagate these updates to frontend so that frontend can update the state in the UI accordingly. This is done using actionUpdates
property in the page layout update response.
With current implementation, it sends executeOnLoad in actionUpdates
(runBehaviour with milestone 1), In this task, we need to send this value appropriately based on flags
- If flag is true, send runBehaviour to be automatic in actionUpdates on binding. Send runBehaviour to be manual in actionUpdates on removal of binding
- If flag is false, send runBehaviour to be page load in actionUpdates on binding. Send runBehaviour to be manual in actionUpdates on removal of binding
Metadata
Metadata
Assignees
Labels
Core Query ExecutionIssues related to the execution of all queriesIssues related to the execution of all queriesIDE PodIssues that new developers face while exploring the IDEIssues that new developers face while exploring the IDEIDE ProductIssues related to the IDE ProductIssues related to the IDE ProductIntegrations PodIntegrations ProductIssues related to a specific integrationIssues related to a specific integrationQuery SettingsIssues related to the settings of all queriesIssues related to the settings of all queriesQuery Widgets & IDE PodAll issues related to Query, JS, Eval, Widgets & IDEAll issues related to Query, JS, Eval, Widgets & IDETaskA simple TodoA simple Todo