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

Revert declaring cover_layout field in content type schema as readonly #762

Merged
merged 2 commits into from
Oct 30, 2017

Conversation

hvelarde
Copy link
Member

@hvelarde hvelarde self-assigned this Oct 30, 2017
Products.TinyMCE is not used in Plone 5 and we are not running RF tests neither.
Copy link
Member

@rodfersou rodfersou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hvelarde hvelarde merged commit e3dd13a into master Oct 30, 2017
@hvelarde hvelarde deleted the hvelarde-autoform branch October 30, 2017 23:18
tinymce = ('Products.TinyMCE', {'loadZCML': True})
products = list(PLONE_FIXTURE.products)
products.insert(products.index(tinymce), autoform)
PLONE_FIXTURE.products = tuple(products)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to do this in brasil.gov.portal if we want to update Plone.

But honestly I think this should be fixed in plone.app.testing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to keep going on with development; we have deadlines.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then put it on brasil.gov.portal.

Copy link
Member Author

@hvelarde hvelarde Nov 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

TypeError: Can't set values on read-only fields (name=cover_layout, class=collective.cover.content.Cover)
3 participants