Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2018-06-27T01:51:30+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@661a8a2 Portlet add and edit forms AutoExtensibleForm. But some portlet addforms fail on creating the Assignment, if there is a FormExtender for the form, and the addform uses "Assignment(**data)" for creation and not "Assignment(key=data.get(key, None))". Fix this by filtering away data values that does not come from the 'core' schema. Files changed: A plone/app/portlets/tests/test_formextender.py M CHANGES.rst M plone/app/portlets/browser/formhelper.py Repository: plone.app.portlets Branch: refs/heads/master Date: 2018-06-27T01:51:51+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@a7d16da isort config Files changed: M setup.cfg Repository: plone.app.portlets Branch: refs/heads/master Date: 2018-06-27T11:42:13+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@943d2c6 Merge pull request #115 from plone/fix-formextender Fix for making the already existing FormExtender feature work Files changed: A plone/app/portlets/tests/test_formextender.py M CHANGES.rst M plone/app/portlets/browser/formhelper.py M setup.cfg
- Loading branch information