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

🤖 backported "Fix custom destination to public dashboard not working on static embedding" #38652

Conversation

metabase-bot[bot]
Copy link
Contributor

@metabase-bot metabase-bot bot commented Feb 12, 2024

…dding (#38647)

* Fix linking to public or embed resource on dashboards not working

* Update embedding test name to use a snazzier term

* Add tests
@metabase-bot metabase-bot bot added the was-backported apply this to PRs that are themselves backports label Feb 12, 2024
@metabase-bot metabase-bot bot enabled auto-merge (squash) February 12, 2024 11:39
Copy link

replay-io bot commented Feb 12, 2024

Status In Progress ↗︎ 53 / 54
Commit 63dce28
Results
⚠️ 11 Flaky
2100 Passed

@@ -122,3 +122,8 @@ export function createPublicQuestionLink(questionId) {
export function createPublicDashboardLink(dashboardId) {
return cy.request("POST", `/api/dashboard/${dashboardId}/public_link`, {});
}

export function openStaticEmbeddingModal() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This util only exists on 49. So I introduced the same name util but cater 48 UI

@metabase-bot metabase-bot bot merged commit 91cd0ff into release-x.48.x Feb 12, 2024
105 checks passed
@metabase-bot metabase-bot bot deleted the backport-38640-fix-public-or-embed-navigation-to-not-use-client-side-routing-release-x.48.x branch February 12, 2024 14:25
qwef pushed a commit that referenced this pull request Feb 12, 2024
…on static embedding" (#38652)

* Fix custom destination to public dashboard not working on static embedding (#38647)

* Fix linking to public or embed resource on dashboards not working

* Update embedding test name to use a snazzier term

* Add tests

* Add missing test util from 49

---------

Co-authored-by: Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
Co-authored-by: Mahatthana Nomsawadi <mahatthana.n@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
was-backported apply this to PRs that are themselves backports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant