-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix statusmessage and form validation selectors for Barceloneta LTS #976
Conversation
@petschki thanks for creating this Pull Request and help improve Plone! To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass. Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:
With this simple comment all the jobs will be started automatically. Happy hacking! |
@jenkins-plone-org please run jobs |
@jenkins-plone-org please run jobs |
Are these fixes compatible with Plone 5.2 ? Otherwise maybe a 3.X branch for mockup should be created for Plone 5.2 support and mockup master can be used for Plone 6. |
Changes are all backwards compatible. This is a bugfix for #975 |
…eta LTS (#77) * fix statusmessage and form validation error selector to work with barceloneta LTS See plone/mockup#976 * revert wrong optimization
Branch: refs/heads/master Date: 2020-06-16T09:32:32+02:00 Author: Peter Mathis (petschki) <petschki@users.noreply.github.com> Commit: plone/plone.staticresources@85384f5 fix statusmessage and form validation selectors to work with barceloneta LTS (#77) * fix statusmessage and form validation error selector to work with barceloneta LTS See plone/mockup#976 * revert wrong optimization Files changed: M news/76.feature M src/plone/staticresources/profiles/default/registry/bundles.xml M src/plone/staticresources/static/plone-compiled.css.map M src/plone/staticresources/static/plone-compiled.js M src/plone/staticresources/static/plone-compiled.min.js M src/plone/staticresources/static/plone-compiled.min.js.map M src/plone/staticresources/upgrades/configure.zcml
…976) * fix statusmessage and form validation error selectors for Barceloneta LTS * revert wrong optimization
No description provided.