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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow apps to open popups #4839

Closed
wants to merge 1 commit into from

Conversation

delemeator
Copy link

What type of PR is this?

  • 馃拝 Refactor
  • 馃専 Feature
  • 馃敟 Bug Fix
  • 馃敥 Maintenance
  • 馃洜 Workflow CI/CD changes

Related Issues or Documents

Usage Instructions, Screenshots, Recordings

Allows apps to open popups. It can be used to print documents from an App

Example:

const blobUrl = URL.createObjectURL(blob);
window.open(blobUrl, '_blank');

Have you written tests?

  • Yes!
  • No... here is why: I have tested this on my instance

[Optional] Description

Currently when an App tries to open popup, it is blocked by browser: request was made in a sandboxed frame whose 'allow-popups' permission is not set

@delemeator delemeator requested a review from a team as a code owner May 6, 2024 12:59
Copy link

changeset-bot bot commented May 6, 2024

馃 Changeset detected

Latest commit: ec5f25e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-dashboard Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@CLAassistant
Copy link

CLAassistant commented May 6, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

This pull request is stale because it has been open 14 days with no activity.

@github-actions github-actions bot added the stale label May 24, 2024
Copy link

This PR request has been closed because it has been stalled for 2 days with no activity. You are still welcome to reopen it and continue from where you finished. Best regards Saleor team

@github-actions github-actions bot closed this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Allow apps to open popups
3 participants