From e34d6c159296e82992f166e6c7efecdca7c3b045 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Wed, 7 Nov 2012 18:12:07 +0100
Subject: [PATCH] Give access to the Ext JS configuration parameters of a
 store.

---
 modules/plugin_dbui/converter.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/plugin_dbui/converter.py b/modules/plugin_dbui/converter.py
index f47f9b6f..5f63c50b 100644
--- a/modules/plugin_dbui/converter.py
+++ b/modules/plugin_dbui/converter.py
@@ -578,6 +578,9 @@ def to_jsonstore(table, **kwargs):
                 field, dir = el.first, 'DESC'
 
             base_params['orderby'].append([field.tablename, field.name, dir])
+
+        # configuration option from the grid modifier
+        cfg.update(modifier_stores[tablename].extjs)
             
             
     # configuration options from the keyword arguments
-- 
GitLab