Skip to content

Commit

Permalink
[fc] Repository: plone.app.portlets
Browse files Browse the repository at this point in the history
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
sunew committed Jun 27, 2018
1 parent 3557171 commit 6f74bf1
Showing 1 changed file with 47 additions and 8 deletions.
Loading

0 comments on commit 6f74bf1

Please sign in to comment.