[FIX] website snippet: on_remove column create parent overlay

bzr revid: chm@openerp.com-20140122094654-mh426x5aqmyjh8pd
This commit is contained in:
Christophe Matthieu 2014-01-22 10:46:54 +01:00
parent 0e2b946ff3
commit dcb6ccd711
1 changed files with 3 additions and 0 deletions

View File

@ -1182,6 +1182,9 @@
if($parent.find("[data-snippet-id='colmd']").length > 1) {
return false;
} else {
if (!$parent.data("snippet-editor")) {
this.parent.create_overlay($parent);
}
$parent.data("snippet-editor").on_remove();
}
}