plone / plone.app.linkintegrity

link integrity checking for Plone content
https://pypi.org/project/plone.app.linkintegrity
6 stars 9 forks source link

Explicitly load zcml of dependencies. #75

Closed mauritsvanrees closed 4 years ago

mauritsvanrees commented 4 years ago

This is instead of using includeDependencies.

See https://github.com/plone/Products.CMFPlone/issues/2952

mister-roboto commented 4 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 4 years ago

@jenkins-plone-org please run jobs