-
-
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 schemaeditor #1203
Fix schemaeditor #1203
Conversation
…rops between fieldsets. Prevent adding fields to fieldsets from behaviors. fixes gh-1201
This needs plone/plone.schemaeditor#92 |
@petschki @thet You guys want to give it a try? Btw, I am preventing adding and drag&drop fields to fieldsets added from behaviors, since I don't think that was ever intended... At least I am not finding a proper way to do it... You will need to use the mentioned branch from plone/plone.schemaeditor#92 |
@thet Do I need to do anything to the changelog? I was under the impression that it was automatically generated out of the commits when they include parts like |
Nothing to do in changelog since your commit message fits the release-it conventional changelog ... I suggest to do the following: Don't forget to run |
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.
LGTM
Fix adding fields to fieldsets, and drag and drops between fieldsets.
Prevent adding fields to fieldsets from behaviors.
fixes gh-1201