From 24cf4db8bbf5611cb6ca9e944155a9fcb6689592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Perdomo?= Date: Fri, 22 Aug 2014 16:04:57 +0200 Subject: [PATCH 1/2] [#735] Enable META questions all survey groups * The _META_ questions, were enabled only in _Monitoring_ groups * On the v2.0 APK, if we don't have a "Display Name" for a data point, it shows "Unknown" --- Dashboard/app/js/lib/views/surveys/question-view.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'); From 45558b6268b465de96b4641f155469cea0a44b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Perdomo?= Date: Fri, 22 Aug 2014 16:14:00 +0200 Subject: [PATCH 2/2] [#736] Release Notes v1.7.2.1 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) 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