Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:None
-
Story Points:4
-
Sprint:SUIT Sprint 2016-7
-
Team:Science User Interface
Description
Recent changes in 'dev' made some of the components stop working. We need to click through firefly viewer to identify the problems and fix it. Below are a few that I've spotted.
Data Sets menu: Form fail validation when they should not. filters and upload file should be nullable.
Catalogs Classic menu: form fail validation without any visual indications. valid parameter is false when passed into validUpdate in CompleteButton.
xyPlot(Scatter Plot) options: Beside X and Y, everything else should be optional(nullable). Even after entering a valid value into all of the fields, 'OK' still fail validation similar to above where 'valid' parameter is false when passed into CompleteButton.
There may be more, please do a quick search to make sure all usage of CompleteButton is good.
The issues in this ticket has been resolved.