[IMP] remove client action goBack and add client action redirect

bzr revid: chm@openerp.com-20130726092634-8bj253lya724x0q0
This commit is contained in:
Christophe Matthieu 2013-07-26 11:26:34 +02:00
parent ed79dccf96
commit c6fb8b0125
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ instance.web_calendar.CalendarView = instance.web.View.extend({
'&', [this.date_stop, '>=', A], [this.date_stop, '<=', B],
'&', [this.date_start, '<', A], [this.date_stop, '>', B]
];
domain.concat(this.last_search[0].slice(0))
domain = domain.concat(this.last_search[0].slice(0))
return domain;
},
do_show: function () {