Skip to content

Commit

Permalink
[#2461] Release notes for 1.9.27 Aerodynamic Avocado
Browse files Browse the repository at this point in the history
  • Loading branch information
kymni committed Jan 25, 2018
1 parent 9afacff commit 16b3fcb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Akvo Flow Release Notes
----
# 1.9.27 Aerodynamic Avocado
Date: 25 January 2018

## New and noteworthy
### Code Cleanup
* **Caddisfly tests file definition cleanup** [#2333] - Removed unnecessary caddisfly endpoint and test file
* [#2410] - Removed unneeded `com.gallatinsystems.common.data` classes
* [#2412] - Removed ununsed authentication class and endpoint definition
* [#2414] - Removed unneeded S3Driver and dependent classes
* [#2417] - Removed gwt-user.jar dependency
* [#2431] - Removed unused classes for data export packages
* [#2198] - Fix 'fullWidth' class misspelling in css.
* [#2367] - Removed geocode column from exported reports

### UI
* [#2385] - Removed the question ID column in the detailed submission view on monitoring tab
* [#2429] - Updated copyright from 2017 to 2018

### Code refactor
* **Use `extend` instead of `create` in the maps controller** [#2275] - Extend ArrayController class instead of creating a new instance of it
* **Deprecate metrics** [#2397] - Removed attributes and statistics from UI and removed metrics from backend

## Resolved issues
* **Add "No results found" in Monitoring tab** [#1868] - When a user clicks find on the monitoring tab but there is no data to display, a "No results found" message is displayed

### Bug fixes
* **Error thrown sometimes when opening comprehensive reports using Excel** [#2279] - Issue occurred when the frequency table for a number question was over 96 items long. Fix was to set is to handle any length content
* **Sometimes duplicate column names generated in raw data** [#2315] - Append variable name to geolocation column headers to make each one unique
* **Hitting the enter key after changing the form/survey name causes the dashboard to reload** [#1929] - Trigger save when user hits enter after editing survey/form title
* **Report imports fails if there is no question with the column header id** [#2436] - ignore column if it does not exist
* **Forms of copied survey does not showing for all users** [#1765] - Fixed the ancestor identifiers for copied surveys so they match the copy destination and therefore the surveys display for all users with view access for the destination
* **In Monitoring tab data point order shows as NaN** [#2386] - Order now displayed as number

# 1.9.26 Zetetic Zonkey

## New and noteworthy
Expand Down

0 comments on commit 16b3fcb

Please sign in to comment.