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
=== modified file 'addons/web_calendar/static/src/js/calendar.js'
--- addons/web_calendar/static/src/js/calendar.js 2013-03-21 22:54:02 +0000
+++ addons/web_calendar/static/src/js/calendar.js 2013-03-27 12:26:24 +0000
@@ -498,7 +498,7 @@
498 var self = this;498 var self = this;
499 var index = this.dataset.get_id_index(event_id);499 var index = this.dataset.get_id_index(event_id);
500 if (index !== null) {500 if (index !== null) {
501 this.dataset.unlink(event_id);501 this.dataset.unlink(this.dataset.ids[index]);
502 }502 }
503 },503 },
504});504});