odoo/odoo#162682
Created by fw-bot
Merged
at 051e735d54ad0ee3d4969e6bd14fafc2d16444c9
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-13.0-fix-blog-top-banner-gdi-Ttc0-fw
- head
- b9dca16b2c023a67dd66ece5317d0909e3a0dbbe
- merged
- 1 year ago by Guillaume Dieleman (gdi)
odoo/odoo | |
---|---|
15.0 | #92022 |
16.0 | #162519 |
saas-16.3 | #162576 |
saas-16.4 | #162592 |
17.0 | #162620 |
saas-17.1 | #162646 |
saas-17.2 | #162663 |
saas-17.4 | |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
master | #162682 |
[FW][FIX] website_blog: fix blog top banner
Before this commit an error appeared if a block had been set at the top
of the /blog page and the user wished to re-enable the
'Top banner - Name / Latest Post' option. This commit resolves the issue
by giving higher priority to the activated view.
Steps to reproduce the fixed bug:
- Go on /blog page
- Disable the customize option "Top banner - Name / Latest Post"
- Enter in edit mode
- Add a snippet to the top (in the oe_structure)
- Save the page
- Enable the customize option "Top banner - Name / Latest Post"
=> An error happens.