You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
@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!
@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.
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
The text was updated successfully, but these errors were encountered: