odoo/odoo#203008
Created by fw-bot
Merged
at 900e01c6a294536b67c9709f0024ab22888718f9
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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:saas-18.1-18.0-channel-threads-line-aku-424802-fw
- head
- 67a35c40a2f09befc86afe3f3b0847b28bdbdd43
- merged
- 6 months ago by Discuss, Alexandre Kühn (aku)
odoo/odoo | |
---|---|
18.0 | #202978 |
saas-18.1 | #203008 |
[FW][FIX] mail: discuss sidebar channel thread line style
Follow-up of #200310
PR above made a small typo: it removed isCategoryOpen
which was alias for thread.discussAppCategory.open
in template, but this was still mistakenly used in the isFirst
props of a sub-thread template.
As a result, the list of pinned thread was not shown correctly, as all items we wrongly flagged as the first item.
Before / After
Forward-Port-Of: #202978