fix
authorYogesh (OpenERP) <ysa@tinyerp.com>
Wed, 12 Oct 2011 13:12:53 +0000 (18:42 +0530)
committerYogesh (OpenERP) <ysa@tinyerp.com>
Wed, 12 Oct 2011 13:12:53 +0000 (18:42 +0530)
bzr revid: ysa@tinyerp.com-20111012131253-hjm2i9pew98el3lo

addons/web/static/src/js/view_editor.js

index 0498df4..81c0d91 100644 (file)
@@ -235,7 +235,7 @@ openerp.web.ViewEditor =   openerp.web.Widget.extend({
             }
             else {
                 _.each(val,function(element){
-                    self.full_path_search(cKKheck_list ,element.child_id ,xpath_object);
+                    self.full_path_search(check_list ,element.child_id ,xpath_object);
                 });
             }
         }