Skip to content
Snippets Groups Projects
Commit e34d6c15 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Give access to the Ext JS configuration parameters of a store.

parent 396adb4d
No related branches found
No related tags found
No related merge requests found
...@@ -578,6 +578,9 @@ def to_jsonstore(table, **kwargs): ...@@ -578,6 +578,9 @@ def to_jsonstore(table, **kwargs):
field, dir = el.first, 'DESC' field, dir = el.first, 'DESC'
base_params['orderby'].append([field.tablename, field.name, dir]) 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 # configuration options from the keyword arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment