Skip to content

[Task]: Update backend logic to send runBehaviour in actionUpdates when binding / unbinding happens #40468

@ankitakinger

Description

@ankitakinger

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 queriesIDE PodIssues that new developers face while exploring the IDEIDE ProductIssues related to the IDE ProductIntegrations PodIntegrations ProductIssues related to a specific integrationQuery SettingsIssues related to the settings of all queriesQuery Widgets & IDE PodAll issues related to Query, JS, Eval, Widgets & IDETaskA simple Todo

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions