diff --git a/Dashboard/app/js/lib/views/surveys/question-view.js b/Dashboard/app/js/lib/views/surveys/question-view.js index 01313bbe2e..9451d725ca 100644 --- a/Dashboard/app/js/lib/views/surveys/question-view.js +++ b/Dashboard/app/js/lib/views/surveys/question-view.js @@ -56,9 +56,8 @@ FLOW.QuestionView = FLOW.View.extend({ }, showMetaConfig: function () { - var monitoringGroup = FLOW.selectedControl.selectedSurveyGroup && FLOW.selectedControl.selectedSurveyGroup.get('monitoringGroup'); - return FLOW.Env.showMonitoringFeature && monitoringGroup; - }.property('FLOW.selectedControl.selectedSurveyGroup'), + return FLOW.Env.showMonitoringFeature; + }.property('FLOW.Env.showMonitoringFeature'), amOpenQuestion: function () { var selected = FLOW.selectedControl.get('selectedQuestion'); diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 487eb396ac..5377b718c5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ Read more about the [Akvo Platform](http://www.akvo.org/blog/?p=4822). Akvo FLOW Dashboard release notes ---- +#1.7.2.1 + +## Resolved issues + +* Data points show up as "Unknown" on non-monitoring groups [#735] + #1.7.2 ## New and noteworthy