Skip to content

Commit

Permalink
[FIX] kanban view not showing exception messages
Browse files Browse the repository at this point in the history
  • Loading branch information
msh-odoo authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 6fd18d0 commit 6a22419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/web_kanban/static/src/js/kanban.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ instance.web_kanban.KanbanView = instance.web.View.extend({
record.do_reload();
new_group.do_save_sequences();
}).fail(function(error, evt) {
evt.preventDefault();
alert(_t("An error has occured while moving the record to this group: ") + data.fault_code);
self.do_reload(); // TODO: use draggable + sortable in order to cancel the dragging when the rcp fails
});
}
Expand Down

0 comments on commit 6a22419

Please sign in to comment.