Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
6c6c60a6
Commit
6c6c60a6
authored
Feb 05, 2015
by
LE GAC Renaud
Browse files
Restore grouping and sorting in StoreForListView.
parent
1ec0a15c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/reporting_tools.py
modules/reporting_tools.py
+3
-0
No files found.
modules/reporting_tools.py
View file @
6c6c60a6
...
...
@@ -429,6 +429,9 @@ class StoreForListView(StoreFactory):
self
.
_map
=
dict
()
self
.
cfg_store
.
groupField
=
list
.
group_field
.
replace
(
'.'
,
''
)
self
.
cfg_store
.
sorters
=
[
el
.
replace
(
'.'
,
''
)
for
el
in
list
.
sorters
]
self
.
_get_fields
(
list
)
self
.
_get_data
(
rows
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment