Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Neo, export menu option does not export multiple checked projects #3372

Open
1 of 8 tasks
SusanRatiLane opened this issue Feb 12, 2025 · 2 comments
Open
1 of 8 tasks

Comments

@SusanRatiLane
Copy link
Contributor

Describe the bug

In Classic UI, you export projects by selecting checkboxes in the project list and clicking an Export option in the Projects drop-down menu. The text of the menu option goes from "Export selected project (.aia)..." to "Export [n] selected projects". When there is a single project selected, an aia file is downloaded. When multiple projects are selected, a zip file is downloaded containing all the selected projects.

In Neo UI, there is an export option on the button toolbar. It only supports "Export selected project (.aia)...". If multiple projects are selected, nothing happens.

The logic for exporting projects should be refactored so that we don't have anything complicated going on behind the scenes to cause this. We still want the final behavior: aia file if a single project and zip file if multiple.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)
@athaulrehman0304
Copy link

@SusanRatiLane Hi, I'd love to contribute to this issue! I’ve gone through the problem description and would like to work on implementing the fix. Could you please assign this to me? Thanks!

@d1vyanshu-kumar
Copy link
Contributor

@SusanRatiLane
I was reviewing this issue and testing the export functionality in the Neo UI, and I believe the expected behaviour is already implemented correctly.

  • When exporting a single project, the system correctly downloads a .aia file.
  • When exporting multiple projects, a .zip file containing all selected projects is downloaded as expected.

From my testing, everything seems to be functioning as intended, and I haven’t encountered any issues with the export process. Could you please clarify if there is a specific edge case or scenario where the issue is occurring? I’d be happy to investigate further if needed.

rma.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants