[FIX] hr,mail: correct remove of suggestions.
authorChristophe Simonis <chs@odoo.com>
Thu, 6 Nov 2014 16:41:23 +0000 (17:41 +0100)
committerChristophe Simonis <chs@odoo.com>
Thu, 6 Nov 2014 16:41:44 +0000 (17:41 +0100)
addons/hr/static/src/xml/suggestions.xml
addons/mail/static/src/xml/suggestions.xml

index f309562..00fdb9b 100644 (file)
@@ -24,7 +24,7 @@
                     </div>
                     <div class="oe_suggested_item_content">
                         <a class="oe_suggestion_item_name" t-attf-href="#model=hr.employee&amp;id=#{result.id}"><t t-esc="result.name"/></a>
-                        <a class="oe_suggestion_remove_item oe_suggestion_employee oe_e" t-attf-id="{result.id}">X</a>
+                        <a class="oe_suggestion_remove_item oe_suggestion_employee oe_e" t-att-id="result.id">X</a>
                         <br/>
                         <button class="oe_suggestion_follow" t-att-id="result.id">Follow</button>
                     </div>
index 9157dcb..fbd983b 100644 (file)
@@ -25,7 +25,7 @@
                     </div>
                     <div class="oe_suggested_item_content">
                         <a class="oe_suggestion_item_name" t-attf-href="#model=mail.group&amp;id=#{result.id}"><t t-esc="result.name"/></a>
-                        <a class="oe_suggestion_remove_item oe_suggestion_group oe_e" t-attf-id="{result.id}">X</a>
+                        <a class="oe_suggestion_remove_item oe_suggestion_group oe_e" t-att-id="result.id">X</a>
                         <br/>
                         <button t-att-id="result.id" class="oe_suggestion_join">Join Group</button>
                     </div>