Fix the security check when a wrong permission is specified [9.x.x] - #2044
Conversation
The script and workflow were using Plone 6.2, but the 9.x.x branch should be used on Plone 6.1 as latest.
|
@mauritsvanrees thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment: To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically. Happy hacking! |
|
For good measure I am testing this together with the similar plone/plone.autoform#94 on Jenkins. |
Documentation build overview
23 files changed ·
|
Backport of PR #2042 for Plone 6.1 and earlier.
And update the
http-examplesin the documentation to be correct for Plone 6.1.Note that the lint check may fail because
pyupgradewants to remove these lines fromsetup.py:And afterwards
flake8then complains:I think we want to keep those lines on this 9.x.x branch.