odoo/odoo#203008

Created by fw-bot
Merged at 900e01c6a294536b67c9709f0024ab22888718f9

Statuses:

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
Screenshot 2025-03-21 at 18 10 52 Screenshot 2025-03-21 at 18 11 55

Forward-Port-Of: #202978