-
Notifications
You must be signed in to change notification settings - Fork 14
Script Builder bulk package download button only downloads the first package #470
Copy link
Copy link
Open
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.BugIssues where something has happened which was not expected or intended.Issues where something has happened which was not expected or intended.ChocolateyHomePackageCoreIssues relating to the @chocolatey-software/core package.Issues relating to the @chocolatey-software/core package.PackageRootIssues relating to the root source code.Issues relating to the root source code.
Metadata
Metadata
Assignees
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.BugIssues where something has happened which was not expected or intended.Issues where something has happened which was not expected or intended.ChocolateyHomePackageCoreIssues relating to the @chocolatey-software/core package.Issues relating to the @chocolatey-software/core package.PackageRootIssues relating to the root source code.Issues relating to the root source code.
Checklist
What You Are Seeing?
When using Script Builder with multiple packages, and trying to use the "Download Packages" button on Step 4 of the modal (any integration method other than Individual), it only triggers one package to download.
What is Expected?
Behind the scenes, this is trying to download multiple files at once. This is often not allowed or blocked by the browser. We should instead look to zip up these files and serve a final .zip file instead.
How Did You Get This To Happen?
System Details
n/a
Installed Packages
Output Log
Additional Context
This was found when writing Playwright tests.
┆Issue is synchronized with this Github issue by Unito