lib/netzke/basepack/query_builder/client/query_builder.js in netzke-basepack-1.0.1.0 vs lib/netzke/basepack/query_builder/client/query_builder.js in netzke-basepack-6.5.0.0.rc1

- old
+ new

@@ -28,10 +28,10 @@ if (this.items.getCount() < i + 2) { this.addTab(false, closable); } this.items.get(i).items.first().buildFormFromQuery(query[i]); }, this); } - this.doLayout(); + this.updateLayout(); }, addTab: function(activate, closable){ var newTabConfig = Ext.apply({}, this.netzkeComponents.searchPanel); newTabConfig.id = Ext.id(); // We need a unique ID every time