Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use str() when migrating checkout_workflow_policy #136

Merged
merged 1 commit into from
Sep 16, 2017

Conversation

pbauer
Copy link
Member

@pbauer pbauer commented Sep 11, 2017

The schema-field is ASCIILine since 5.1b4.

I'm not sure if this would break migrations from a existing 5.0.8 to a future 5.0.9. But it fixes migrations from Plone 4 to 5.1 provided we do not merge revert to TextLine with plone/plone.app.iterate#53

Maybe the change of plone/plone.app.iterate@a3c1340 requires another upgrade-step that changes a existing unicode-value to ascii

@pbauer
Copy link
Member Author

pbauer commented Sep 16, 2017

I tested several migrations:

  • 5.0.8 to 5.1rc1
  • 5.0.8 to 5.1b4 and then to 5.1rc1
  • 4.3.15 to 5.1rc1

and found no more issues with this

@pbauer pbauer merged commit 973855e into master Sep 16, 2017
@thet thet deleted the workon_checkout_workflow_policy_issues branch September 26, 2017 07:41
mauritsvanrees added a commit that referenced this pull request Oct 10, 2017
mister-roboto pushed a commit to plone/buildout.coredev that referenced this pull request Oct 11, 2017
Branch: refs/heads/master
Date: 2017-10-11T01:05:00+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.upgrade@4305ce0

Fixed WrongType exception when migrating installed Iterate to 5.0.

This mitigates the effects from plone/plone.app.upgrade#136

Files changed:
M CHANGES.rst
M plone/app/upgrade/v50/betas.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2017-10-11T12:19:10+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.upgrade@7142a0c

Merge pull request #140 from plone/iterate-both-str-unicode

Fixed WrongType exception when migrating installed Iterate to 5.0.

Files changed:
M CHANGES.rst
M plone/app/upgrade/v50/betas.py
mister-roboto pushed a commit to plone/buildout.coredev that referenced this pull request Oct 11, 2017
Branch: refs/heads/master
Date: 2017-10-11T01:05:00+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.upgrade@4305ce0

Fixed WrongType exception when migrating installed Iterate to 5.0.

This mitigates the effects from plone/plone.app.upgrade#136

Files changed:
M CHANGES.rst
M plone/app/upgrade/v50/betas.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2017-10-11T12:19:10+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.upgrade@7142a0c

Merge pull request #140 from plone/iterate-both-str-unicode

Fixed WrongType exception when migrating installed Iterate to 5.0.

Files changed:
M CHANGES.rst
M plone/app/upgrade/v50/betas.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant