[fix] forgot call to parent start() in viewManager

bzr revid: nicolas.vanhoren@openerp.com-20110729140106-et5tlhkfk90tzbxh
This commit is contained in:
niv-openerp 2011-07-29 16:01:06 +02:00
parent 32048af2ea
commit 795916ea2a
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ openerp.base.ViewManager = openerp.base.Widget.extend({
* @returns {jQuery.Deferred} initial view loading promise
*/
start: function() {
this._super();
var self = this;
this.dataset.start();
this.$element.html(QWeb.render("ViewManager", {"prefix": this.element_id, views: this.views_src}));