Skip to content
Snippets Groups Projects
Commit 5678c5f8 authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[IMP] mail: guard ChatterComponent


Task-2797754

closes odoo/odoo#86783

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent 5be9dc34
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
<templates xml:space="preserve">
<t t-name="mail.Chatter" owl="1">
<div class="o_Chatter position-relative flex-grow-1 flex-column d-flex w-100 bg-white" t-attf-class="{{ className }}" t-ref="root">
<t t-if="chatter">
<t t-if="chatter">
<div class="o_Chatter position-relative flex-grow-1 flex-column d-flex w-100 bg-white" t-attf-class="{{ className }}" t-ref="root">
<div class="o_Chatter_fixedPanel">
<ChatterTopbar
className="'o_Chatter_topbar'"
......@@ -41,8 +41,8 @@
/>
</t>
</div>
</t>
</div>
</div>
</t>
</t>
</templates>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment