Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
58b8d710
Commit
58b8d710
authored
Nov 10, 2020
by
Ryan Herbert
Committed by
Mikaël Salson
Nov 20, 2020
Browse files
sample_set stats fix sample_set_list references
parent
b585d2e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/sample_set.py
View file @
58b8d710
...
...
@@ -294,10 +294,8 @@ def stats():
factory
=
ModelFactory
()
helper
=
factory
.
get_instance
(
type
=
type
)
list
=
SampleSetList
(
helper
,
tags
=
tags
)
list
.
load_sample_information
()
list
.
load_anon_permissions
()
result
=
list
.
get_values
()
slist
=
SampleSetList
(
helper
,
tags
=
tags
)
result
=
slist
.
result
fields
=
helper
.
get_reduced_fields
()
...
...
Write
Preview
Supports
Markdown
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