Skip to content

Commit

Permalink
Update column names also in organization specific reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Apr 17, 2024
1 parent bdb833c commit c0e0b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/matomo/templates/report/dataset_analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>{% trans %}Most viewed datasets{% endtrans %}
<th>{% trans %}Initial entrance{% endtrans %}</th>
<th>{% trans %}Entrances of total views{% endtrans %}</th>
<th>{% trans %}Downloads{% endtrans %}</th>
<th>{% trans %}API events{% endtrans %}</th>
<th>{% trans %}Number of API requests (package_show){% endtrans %}</th>
</tr>
{% for row in data['table'] %}
{% set package_title = h.get_translated(row, 'package_title') or row.get('package_name') %}
Expand Down
2 changes: 1 addition & 1 deletion ckanext/matomo/templates/report/resource_analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>{% trans %}Organizations that have published data{% endtrans %}
<tr>
<th>{% trans %}Organization{% endtrans %}</th>
<th>{% trans %}Downloads{% endtrans %}</th>
<th>{% trans %}API events{% endtrans %}</th>
<th>{% trans %}Number of API requests (datastore_search, datastore_search_sql){% endtrans %}</th>
</tr>
{% for row in data['table'] %}
{% set org_name = row.get('organization_name') %}
Expand Down

0 comments on commit c0e0b5d

Please sign in to comment.