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
34.03k stars 3.67k forks source link

[Bug]: Partial export module : Select all option is not by default selected if we select all items items one by one #29386

Open ghost opened 10 months ago

ghost commented 10 months ago

Is there an existing issue for this?

Description

Select all option is not by default selected if we select all items one by one

Screen shot : image

Steps To Reproduce

  1. Create an app
  2. Add a page
  3. Add 2 widgets
  4. Open partial import/export option for the page
  5. Select widget 1 then select widget 2 and observe Select all option is still not selected

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

Appsmith v1.9.50-SNAPSHOT

SaiCharanChetpelly31 commented 3 months ago

HI @Nikhil-Nandagopal , Can I work on this issue to fix it? Approach: A boolean prop, selectAllChecked, is sent to the "Select All" checkbox. When the user checks all available widgets, selectAllChecked will be set to true, ensuring the "Select All" checkbox is also checked.

rahulbarwal commented 3 months ago

sure go ahead. @SaiCharanChetpelly31

SaiCharanChetpelly31 commented 2 months ago

Hi @rahulbarwal I raised PR for this issue. Can you please take this forward for review? Thanks in advance.