Activity log for bug #1205798

Date Who What changed Old value New value Message
2013-07-28 08:41:11 Florian Hatat bug added bug
2013-07-28 08:41:41 Florian Hatat description In board/static/src/js/dashboard.js:402, the following excerpt contains two unstranslated strings : if (r === false) { self.do_warn("Could not add filter to dashboard"); } else { self.$el.toggleClass('oe_opened'); self.do_notify("Filter added to dashboard", ''); } }) I think that these strings should be wrapped inta a _t(...) call. In board/static/src/js/dashboard.js:402, the following excerpt contains two unstranslated strings :             if (r === false) {                 self.do_warn("Could not add filter to dashboard");             } else {                 self.$el.toggleClass('oe_opened');                 self.do_notify("Filter added to dashboard", '');             } I think that these strings should be wrapped into a _t(...) call.
2013-07-28 08:42:08 Florian Hatat description In board/static/src/js/dashboard.js:402, the following excerpt contains two unstranslated strings :             if (r === false) {                 self.do_warn("Could not add filter to dashboard");             } else {                 self.$el.toggleClass('oe_opened');                 self.do_notify("Filter added to dashboard", '');             } I think that these strings should be wrapped into a _t(...) call. In board/static/src/js/dashboard.js:402, the following excerpt contains two untranslated strings :             if (r === false) {                 self.do_warn("Could not add filter to dashboard");             } else {                 self.$el.toggleClass('oe_opened');                 self.do_notify("Filter added to dashboard", '');             } I think that these strings should be wrapped into a _t(...) call.
2013-07-29 05:41:11 Twinkle Christian(OpenERP) openobject-addons: importance Undecided Low
2013-07-29 05:41:11 Twinkle Christian(OpenERP) openobject-addons: status New Confirmed
2013-07-29 05:41:11 Twinkle Christian(OpenERP) openobject-addons: assignee OpenERP R&D Addons Team 1 (openerp-dev-addons1)
2013-08-26 05:10:03 Jaydeep Barot(OpenERP) branch linked lp:~openerp-dev/openobject-addons/trunk-bug-1205798-jaydeep
2014-07-14 14:24:42 Olivier Dony (Odoo) openobject-addons: status Confirmed Fix Released