plone / plone.api

The Plone API
https://6.docs.plone.org/plone.api
Other
86 stars 53 forks source link

Fixed IndexError when calling set_registry_record with wrong value. [1.x] #465

Closed mauritsvanrees closed 2 years ago

mauritsvanrees commented 2 years ago

Fixes https://github.com/plone/plone.api/issues/435

This is for 1.x. I will port to master as well.

mister-roboto commented 2 years ago

@mauritsvanrees 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!

mauritsvanrees commented 2 years ago

@jenkins-plone-org please run jobs