Skip to content

Commit

Permalink
Merge branch 'release/1.9.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
muloem committed Oct 7, 2015
2 parents 9bf81d7 + 98baf3d commit e0e13c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ public void setLocaleGeoLocation(String localeGeoLocation) {
}

public String getSurveyedLocaleDisplayName() {
if (surveyedLocaleDisplayName == null) {
// If the name is not set yet, try to build it based on existing QAS (if stored on the DB)
if (surveyedLocaleDisplayName == null && key != null) {
QuestionDao qDao = new QuestionDao();
StringBuilder displayName = new StringBuilder();
if (this.surveyId != null) {
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Read more about the [Akvo Platform](http://www.akvo.org/blog/?p=4822).

Akvo FLOW Dashboard release notes
----
#1.9.1.1
Date: 7 October 2015

# Resolved issues
* NPE when accessing the SurveyInstance Key before it's saved into the datastore [#1432]

#1.9.1
Date: 6 October 2015

Expand Down

0 comments on commit e0e13c4

Please sign in to comment.