plone / plone.z3cform

plone.z3cform is a library that allows use of z3c.form with Zope 2 and the CMF.
GNU General Public License v2.0
0 stars 0 forks source link

fix edit/delete for batched crud forms #8

Closed frisi closed 5 years ago

frisi commented 5 years ago

w/o passing the batch-page to the form-handler, it can not know which subforms have been rendered and is always using the first batch - resulting in no items of the other batches being editable or delete able

this forward-ports https://github.com/plone/plone.z3cform/pull/7 to master

mister-roboto commented 5 years ago

@frisi thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

frisi commented 5 years ago

@jenkins-plone-org please run jobs @petschki please review :smiley:

petschki commented 5 years ago

I'm not a bot 🤣