[FIX] web_calendar: reactivate the possibility to remove a calendar from side list

It is now possible again to remove a calendar from the side list
thanks to the 'X'

opw: 629511
This commit is contained in:
Nicolas Martinelli 2015-03-12 15:51:30 +01:00
parent 05908a0fac
commit 3da6c1a610
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
</t>
<t t-extend="CalendarView.sidebar.responsible">
<t t-jquery="span#color_filter" t-operation="after">
<t t-jquery="span[t-attf-class*='color_filter']" t-operation="after">
<t t-if="(filters_value.value != -1) &amp;&amp; (filters_value.is_remove != false)">
<span class="oe_remove_follower oe_e hidden" title="Remove this favorite from the list" t-att-data-id="filters_value.value">X</span>
</t>