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

QA-15279: Show context menu for page models #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

baptistegrimaud
Copy link

https://jira.jahia.org/browse/QA-15279

Description

Show context menu (right-click) for page models that was present in Jahia 7.x but is no longer present in Jahia 8.x.

Details

The easy solution is to load the GWT page used in Jahia 7.x (with a functional context menu) as an Iframe and use the special parameters redirect=false and fullscreen=true to respectively prevent the redirect towards a Jcontent page and to display the page without the left navigation menu.
A cleaner (but more complex) solution would be to rewrite this page as a React page and use the DisplayActions React component.

@baptistegrimaud
Copy link
Author

@gflores-jahia , do you happen to know if we maintain a list of URLs/pages still relying on GWT that I could update with this PR? Thanks

@baptistegrimaud baptistegrimaud requested a review from a team January 10, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants