From a2249c7893a9703e15f7212c6604e0c7d9d840c3 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 30 Mar 2012 12:19:11 -0400 Subject: [PATCH] this works? sorta? maybe? Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js b/Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js index 0eb310595c..5901447544 100644 --- a/Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js +++ b/Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js @@ -208,6 +208,9 @@ if (!dojo._hasResource["openils.widget.FlattenerGrid"]) { /* Save original query for further filtering later */ this._baseQuery = dojo.clone(this.query); + this._startup_inherited = this.inherited; + this._startup_arguments = arguments; + if (!this.columnPicker) { this.columnPicker = new openils.widget.GridColumnPicker( @@ -235,7 +238,7 @@ if (!dojo._hasResource["openils.widget.FlattenerGrid"]) { ); } - //this.inherited(arguments); + this._startup_inherited(this._startup_arguments); this._startupGridHelperColumns(); -- 2.11.0