We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the merge of #2875, if you update an existing website on refinerycms 3.0 master "hide_sections" option on render_content_page doesn't works.
It's because hide_sections tries to hide a part title and not a part slug.
hide_sections
i'm searching how to fix that. There is no data lose.
The text was updated successfully, but these errors were encountered:
The problem is here :
refinerycms/pages/app/presenters/refinery/pages/page_part_section_presenter.rb
Line 9 in 30a0b74
I have not update this Presenter. I've to update all page.parts slug and title too.
Fix is in progress.
Sorry, something went wrong.
Update page part section presenter to use page part slug as id
3b3e59a
Add migration to update all page parts slug and title Fixes #3010 Resolves #3011
No branches or pull requests
Since the merge of #2875, if you update an existing website on refinerycms 3.0 master "hide_sections" option on render_content_page doesn't works.
It's because
hide_sections
tries to hide a part title and not a part slug.i'm searching how to fix that. There is no data lose.
The text was updated successfully, but these errors were encountered: