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

[IMP] mail: guard ChannelInvitationFormComponent


Task-2797754

closes odoo/odoo#86777

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent d2f8eb2b
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.ChannelInvitationForm" owl="1">
<div class="o_ChannelInvitationForm d-flex flex-column" t-attf-class="{{ className }}" t-ref="root">
<t t-if="channelInvitationForm">
<t t-if="channelInvitationForm">
<div class="o_ChannelInvitationForm d-flex flex-column" t-attf-class="{{ className }}" t-ref="root">
<h3 class="mx-3 mt-3 mb-2">Invite people</h3>
<t t-if="!messaging.isCurrentUserGuest">
<div class="mx-3 my-2">
......@@ -71,8 +71,8 @@
</div>
</div>
</t>
</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