Laguna Software Update
Revision: 0.7.465
Date: 08-Feb-17
- Laguna Weather Shutdown Controller Address added
- Controller-Setup- Station Setup: Fixed software crash on ISC tab Master Valve Delay time.
- Fixed issue with controllers not being taken out for rain-shutdown.
- Fixed failing unit tests: ColumnExistenceQuestion
- Setup - Controller: Fixed issues with Monthly Water Limit checkbox selection
- Revised to prevent exception of email-notifier process from disrupting email scheduler.
- Reports - Reports Generator: Stations are in Order under Program Reports (Detailed)
- Programming : Up down arrow is consistent in continuous cycle
- Fixed error in range comparison.
- Flow Limits: Min and Max "On/Off" matches those in Setup-Controller
- Updated migration to include validation during migration.
- Validator: Export - Implemented the Export button
- Added Data migration HTML export ability
- Fixed bugs in Recalc to check for AdvancedEtSettings not being null before trying a reset.
- Fixed UI issue in ISC to check for Zone name correctly.
- Fixed UI visualization in reports showing Days for Runtime and TotalRuntime.
- Fixed Migration to convert CycleTime, RunTime, SoakTime from Minutes instead of Seconds.
- Fixed null checking in Node children.
- Disable controls during validation.
- Some adjustment to external conversion errors.
- Formatting improvements on displaying tests.
- Fixed issue of conversion of water days and highlight made bigger in 14 day cycle
Data Migration
- Fixed Ranges on questions
- Small improvements to dev form.
- Fixed few more questions and ranges.
- Refresh of grid before validating the next db.
- Added some fixes to formatting questions.
- Fix range check
- Limited the number of rows captured as failures due to potential out of memory.
- When external source adds a test result, the OnTestResultComplete event is now fired.
- Added the ability to check for duplicate rows.
- Fixed issues identified by automator running multiple dbs.
- Fixes to formatting questions based on unable to display range checking errors to users during migration for boolean, nullable and timestamps.
- Renamed export button and adjusted so it didn't take quite so much space.
- Cleaning up some naming and commenting.
- Added info on user form to click on cell for more details
- Added better checking for Advanced ET mode
- Fixed flow delay range in formatting question.
- Range checking now allows for multiple values, eg. Range[0:100),(200:400)
- Fixed FormattingQuestions for Skip By Date
- Updated migrate client to handle asynchronous functions correctly. Updated OasisDbProgram to clamp the value of DaysBetweenWatering to be in between 1 and 31.
- Remedy for lat/long
- Changed wording on current limit test to tell the user that the value is capped, not set to zero.
- Property type change from timespan to int for skip by day. Adding unit test.