Skip to content

Commit

Permalink
Add activity__maptrack to showActivityParameter()
Browse files Browse the repository at this point in the history
  • Loading branch information
MBARIMike committed Nov 21, 2024
1 parent c44504f commit 15b2799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stoqs/stoqs/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def showActivityParameter(request, fmt='html'):
o = BaseOutputer(request, fmt, query_set, stoqs_object)
o.fields = ['id', 'activity__platform__name', 'activity__name', 'parameter__name',
'activity__startdate', 'activity__enddate',
'activity__mindepth', 'activity__maxdepth', 'activity__mappoint',
'activity__mindepth', 'activity__maxdepth', 'activity__maptrack', 'activity__mappoint',
'number', 'min', 'max', 'mean',
'median', 'mode', 'p025', 'p975', 'p010', 'p990']
return o.process_request()
Expand Down

0 comments on commit 15b2799

Please sign in to comment.