-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 adding and moving fields between fieldsets. #92
Conversation
@frapell 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! |
@jenkins-plone-org please run jobs |
This needs plone/mockup#1203 |
@jenkins-plone-org please run jobs |
Jenkins tests fail. Some probably random, but some real ones in
Apparently, in |
thanks @mauritsvanrees ... I've added a check for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This in combination with the plone.staticresource PR works for me when I try it locally. Thanks!
Jenkins 3.8 is green. I have restarted 3.7 and 3.9 again. We should probably merge anyway. Afterwards see if we can somehow make these robot tests more stable.
3.7 has failed, but both 3.8 and 3.9 are green. I merge |
fixes gh-86 and gh-65