-
Notifications
You must be signed in to change notification settings - Fork 501
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
8456 upgrade primefaces #8652
8456 upgrade primefaces #8652
Conversation
Issues:
|
What this PR does / why we need it: upgrades Primefaces to version 11 for latest features, security upgrades, etc.
Which issue(s) this PR closes:
Closes #8456 Upgrade to Primefaces 11
Special notes for your reviewer: Basically went through the migration guide to see what may apply to Dataverse (just a couple of style sheet edits) https://primefaces.github.io/primefaces/11_0_0/#/../migrationguide/11_0_0
Suggestions on how to test this: No functional changes. Just a smoke test on the app.
Does this PR introduce a user interface change? If mockups are available, please link/include them here: Popup dialogs will now automatically resize when the window for the app is resized.
What the popup looks like before resizing the browser:

With auto resizing (New default behavior with Primefaces 11):
Without Auto resizing (Default Behavior with Primefaces 10):
Is there a release notes update needed for this change?: doc/release-notes/8456-upgrade-primefaces.md
Additional documentation: None