Merge lp:~therp-nl/openerp-web/7.0_lp1160871 into lp:openerp-web/7.0

Proposed by Holger Brunn (Therp)
Status: Merged
Merged at revision: 3929
Proposed branch: lp:~therp-nl/openerp-web/7.0_lp1160871
Merge into: lp:openerp-web/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
addons/web_calendar/static/src/js/calendar.js (+1/-1)
To merge this branch: bzr merge lp:~therp-nl/openerp-web/7.0_lp1160871
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+155718@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web_calendar/static/src/js/calendar.js'
2--- addons/web_calendar/static/src/js/calendar.js 2013-03-21 22:54:02 +0000
3+++ addons/web_calendar/static/src/js/calendar.js 2013-03-27 12:26:24 +0000
4@@ -498,7 +498,7 @@
5 var self = this;
6 var index = this.dataset.get_id_index(event_id);
7 if (index !== null) {
8- this.dataset.unlink(event_id);
9+ this.dataset.unlink(this.dataset.ids[index]);
10 }
11 },
12 });