Skip to content

FLOW Dashboard v1.5.1

Compare
Choose a tag to compare
@caetie caetie released this 03 Jul 17:51
· 8049 commits to master since this release
  • Fix defect where data submitted over wifi and the bulk upload was double counted in data summaries (#185)
  • Save email addresses in lowercase when adding or editing a new Dashboard user (#193)
  • Warn user if they try to close the browser page while a data bulk upload is in progress; add explanation text on the Bulk Upload page to direct the user not to navigate away during the upload (#201)
  • Fix a bug in filtering for Device ID and Submitter in Inspect Data table (#212)
  • Fix defect where surveyedLocales remained in the datastore after surveyInstances were deleted (#218)
  • Fix defect where surveyedLocales were being placed in the wrong country when SUB_COUNTRY details were not found (#221)
  • Prevent bulk upload tool from importing data for a survey that doesn't exist on the Dashboard (#230)
  • Fix a bug where the surveyInstance Count was creating new entities each time instead of checking first whether there was a matching one already existing (#235)
  • Fix a bug where deleting a date in the Edit data window displayed filler text (NaN) in the date field (#236)
  • Fix a bug where a large number of survey groups broke the css box for the display and the group names stopped displaying correctly (#242)
  • Fix a bug where services.akvoflow.org was dishing up stale reports (#246)
  • Fix a bug where spreadsheet import was using different summarization customs than the device, resulting in confusion in the backend for OTHER types (#250)
  • Fix a paging bug in Inspect Data table where cursor reset to zero (#251)
  • Enable security on REST calls based on API servlet (#256)
  • Fix bug in validation of min/max parameter on type=Number survey questions where string values were being compared instead of int values (#258)
  • Increase maximum map place mark points from 200 to 500 (#263)
  • Update FLOW instance configurator to create API key and enable REST security (related to #256) (#272)