diff --git a/pms/static/src/dashboard/pmsChart.js b/pms/static/src/dashboard/pmsChart.js index cbac71966..4c8def50d 100644 --- a/pms/static/src/dashboard/pmsChart.js +++ b/pms/static/src/dashboard/pmsChart.js @@ -28,7 +28,7 @@ if (objectiveChart != null) { let datasetLabel = e.chart.data.datasets[datasetIndex].label; let value = e.chart.data.datasets[datasetIndex].data[dataIndex]; let label = e.chart.data.labels[dataIndex]; - let params = "?status=" + label + "&archive=false"; + let params = "?status=" + label + "&archive=false" + "&dashboard=True"; $.ajax({ url: "/pms/objective-list-search" + params, diff --git a/pms/templates/okr/group_by.html b/pms/templates/okr/group_by.html index 1fc82d56c..dec922dcc 100644 --- a/pms/templates/okr/group_by.html +++ b/pms/templates/okr/group_by.html @@ -1,14 +1,7 @@ {% load attendancefilters %} {% load basefilters %} {% load static %} {% load i18n %} {% include 'filter_tags.html' %} - - - -{% load i18n %} -{% load static %} -{% load basefilters %} -{% include 'filter_tags.html' %}
