mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX][web_responsive] Make calendar invitations work again
This patch displays the event acceptance template to the end user without failing with a server error. Before this patch: 1. Create a calendar event. 2. Invite Mr. Foo. 3. Enter Mr. Foo's mail inbox. 4. Press "Accept" in the invitation email. 5. Get a beautiful `Internal Server Error`. After this patch, replace step 5 by "See the accepted event details".
This commit is contained in:
@@ -27,14 +27,13 @@
|
||||
|
||||
<t t-set="body_classname" t-value="'drawer drawer--left o_web_client'" />
|
||||
|
||||
<header role="banner">
|
||||
<header role="banner" groups="base.group_user,base.group_portal">
|
||||
<nav id="odooAppDrawer" class="app-drawer-nav drawer-nav" role="navigation">
|
||||
<t t-call="web.menu" />
|
||||
</nav>
|
||||
|
||||
<nav class="navbar navbar-default main-nav"
|
||||
role="navigation"
|
||||
groups="base.group_user,base.group_portal"
|
||||
>
|
||||
<div class="container-fluid">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user