web kanban on_record_moved method does not display openerp raised osv exception Edit

Bug #1314557 reported by Florent Jouatte
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Community Backports (Web)
New
Undecided
Unassigned

Bug 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);

EDIT : bug already reported (https://bugs.launchpad.net/ocb-web/+bug/1190236) but it seems that the fix disallow to display osv_except message.

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.