appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.95k stars 3.66k forks source link

[Bug]: Execute API gets called twice when we clone a page #31660

Open sneha122 opened 6 months ago

sneha122 commented 6 months ago

Is there an existing issue for this?

Description

If I have a page with 3 table widgets all connected to queries, and If I clone such page, ideally execute call should happen only 3 times, but it's rather happening 6 times, we should not make unnecessary calls to execute API if not required.

Steps To Reproduce

  1. Create a new page
  2. Add 3 table widgets
  3. Add a mock dB query and connect it to all tables
  4. Clone this page
  5. Observe the execute API calls in the network tab Screenshot 2024-03-11 at 6 05 41 PM

Public Sample App

No response

Environment

Production

Severity

Low (Inconsistent UI/UX)

Issue video log

No response

Version

Cloud/ Self-Hosted - 1.10.0

Nikhil-Nandagopal commented 6 months ago

Closing this as it does not have an appropriate label associated with a pod