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

EMA: Fix proxyEditModeURL Query Param for Edit Mode Anywhere #26111

Closed
fmontes opened this issue Sep 15, 2023 · 1 comment · Fixed by #26157
Closed

EMA: Fix proxyEditModeURL Query Param for Edit Mode Anywhere #26111

fmontes opened this issue Sep 15, 2023 · 1 comment · Fixed by #26157

Comments

@fmontes
Copy link
Member

fmontes commented Sep 15, 2023

Problem Statement

In Edit Mode Anywhere the querey param proxyEditModeURL to override the EMA url is not working.

Steps to Reproduce

  1. Set EMA
  2. Edit a page and add to the url &proxyEditModeURL=https://other-server.com
  3. See how it doesn't override the URL

Acceptance Criteria

  • The query param proxyEditModeURL should override the EMA url
  • The URL provided in the query param should be used instead of the default EMA url
  • This needs to be fixed in the old plugin as well so outdated customers can use it.

External Links

None

Assumptions & Initiation Needs

We need to make sure the query param works in both the plugin and in the core.

Quality Assurance Notes & Workarounds

Testers need to verify that the query param correctly overrides the EMA url. As a workaround, testers can manually enter the URL instead of using the query param.

@bryanboza
Copy link
Member

Fixed, tested on master and now it is working as expected. Now we are able to override the default EMA configuration, via a parameter in the navigation URL.

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

Successfully merging a pull request may close this issue.

4 participants