Thibault Delavallée (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-message_unread-filter-tde into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-message_unread-filter-tde/+merge/129810

Action counter: fixed the name of the filter automatically added when clicking 
on the counter. The filter name is statically defined as message_unread, and 
all modules using the need action mechanism should define this filter.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-message_unread-filter-tde/+merge/129810
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-message_unread-filter-tde.
=== modified file 'addons/web/static/src/js/chrome.js'
--- addons/web/static/src/js/chrome.js	2012-10-15 13:52:36 +0000
+++ addons/web/static/src/js/chrome.js	2012-10-16 07:48:24 +0000
@@ -1119,7 +1119,7 @@
             .pipe(function (result) {
                 var action = result;
                 if (options.needaction) {
-                    action.context.search_default_needaction_pending = true;
+                    action.context.search_default_message_unread = true;
                 }
                 return $.when(self.action_manager.do_action(action, null, true)).fail(function() {
                     self.menu.open_menu(options.previous_menu_id);

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to