Activity log for bug #1314543

Date Who What changed Old value New value Message
2014-04-30 09:05:30 Florent Jouatte bug added bug
2014-04-30 09:27:28 Florent Jouatte branch linked lp:~fjouatte/openerp-web/7.0-fjouatte-fix-kanban-error
2014-04-30 10:20:52 Florent Jouatte description on_record_move method from the web_kanban web module, does not display openerp raised osv exception. It only shows the following message : "An error has occured while moving the record to this group: undefined" alert(_t("An error has occured while moving the record to this group: ") + data.fault_code); shoud be replace by : alert(_t("An error has occured while moving the record to this group: ") + error.data.fault_code); on_record_move method from the web_kanban web module, does not display openerp raised osv exception. It only shows the following message : "An error has occured while moving the record to this group: undefined" alert(_t("An error has occured while moving the record to this group: ") + data.fault_code); shoud be replace by : alert(_t("An error has occured while moving the record to this group: ") + error.data.fault_code); EDIT : bug already reported (https://bugs.launchpad.net/openerp-web/+bug/1190236) but it seems that the fix disallow to display osv_except message.