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

Fix social media schema field types #1967

Merged
merged 1 commit into from
Mar 28, 2017
Merged

Fix social media schema field types #1967

merged 1 commit into from
Mar 28, 2017

Conversation

hvelarde
Copy link
Member

@hvelarde hvelarde commented Mar 9, 2017

twitter_username, facebook_app_id and facebook_username should be ASCIILine instead of TextLine.

refs. plone/plone.app.upgrade#107
refs. plone/plone.app.layout#121

@hvelarde
Copy link
Member Author

giving a second look I think we need to provide an upgrade step to cast those values to str().

@gforcada
Copy link
Sponsor Member

Do Twitter, Facebook and so on really only allow ASCII for the username?

If you already check just discard my question, I'm only thinking aloud 😃

@hvelarde
Copy link
Member Author

Twitter:
selection_022

Facebook:
selection_023
selection_024

twitter_username, facebook_app_id and facebook_username should be ASCIILine instead of TextLine.
@hvelarde
Copy link
Member Author

I need help with this; I don't understand Jenkins and I think failures are not related with my changes.

@gforcada
Copy link
Sponsor Member

There seems to be a general problem, see the first error on the console log:

http://jenkins.plone.org/job/pull-request-5.1/1423/consoleFull

@hvelarde
Copy link
Member Author

found the issue, thanks!

@hvelarde
Copy link
Member Author

@plone/framework-team it's green, guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants