Skip to content

Commit

Permalink
Merge branch 'release/1.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Aug 22, 2014
2 parents 2dba8cc + 45558b6 commit 2ac9aa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dashboard/app/js/lib/views/surveys/question-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac9aa5

Please sign in to comment.