Activity log for bug #1314557

Date Who What changed Old value New value Message
2014-04-30 09:33:56 Florent Jouatte bug added bug
2014-04-30 09:37:32 Florent Jouatte branch linked lp:~fjouatte/ocb-web/7.0-fjouatte-fix-kanban-error
2014-04-30 10:18:04 Florent Jouatte description on_record_moved 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_moved 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/ocb-web/+bug/1190236) but it seems that the fix disallow to display osv_except message.