collective / collective.jsonmigrator

JSON based migrations for Plone
GNU General Public License v2.0
8 stars 21 forks source link

Cleanup: collective.blueprint.jsonmigrator -> collective.jsonmigrator #6

Closed jean closed 9 years ago

jean commented 10 years ago

It looks like collective.jsonmigrator still contains vestiges of collective.blueprint.jsonmigrator code. E.g. there are same-same but different class DataFields providing ISectionBlueprint in both blueprint.py and datafields.py. Only the latter is registered in configure.zcml. Other recipes (e.g. PartialCommit) are only in blueprint.py, and not registered in configure.zcml. I guess they may need work to be usable.

jean commented 10 years ago

I've tried to address the PartialCommit blueprint in 782da88, part of https://github.com/collective/collective.jsonmigrator/pull/4

thet commented 9 years ago

should be fixed with: https://github.com/collective/collective.jsonmigrator/pull/4 and https://github.com/collective/collective.jsonmigrator/pull/8