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

Fixes admin content creation js response #1316

Merged
merged 2 commits into from
Oct 24, 2017

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Oct 23, 2017

Rails 5.1 does not support symbolize_keys of params anymore. With the
changes we made to options_from_params we do not need to convert the keys
anymore as the params hash already has indifferent access.

@tvdeyen tvdeyen force-pushed the fixes-missing-content-creation branch from d963a81 to 198a153 Compare October 23, 2017 09:41
Rails 5.1 does not support `symbolize_keys` of params anymore.
With the changes we made to `options_from_params` we do not need to
convert the keys anymore as the params hash already has indifferent
access.
@tvdeyen tvdeyen force-pushed the fixes-missing-content-creation branch from 198a153 to 0b56676 Compare October 23, 2017 09:50
@tvdeyen tvdeyen added this to the 4.0 milestone Oct 23, 2017
@tvdeyen tvdeyen merged commit b5a9ba5 into AlchemyCMS:master Oct 24, 2017
@tvdeyen tvdeyen deleted the fixes-missing-content-creation branch October 24, 2017 12:18
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.

2 participants