-
Type:
Bug
-
Status: Resolution Setting
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UI Refresh
-
Labels:None
-
Environment:QA
-
Bug Severity:Medium
-
Level:Partner
-
Module:BenAdmin - EDS
-
Reported by:Harbinger
-
Company:All Clients/Multiple Clients
-
Item State:Stage QA - Ready for Production
Company name: For QA KinderCare
Eoi upload page
Upload EOI form:
Click on map filed:
Map filed with given values in drop down
click on save button: nothing happened
refer attached EOI form file and refer attached screenshots
- clones
-
NF-5437 EOI: upload : Save Button not working
-
- Resolution Setting
-
While Development, it is found that, when user selects "Show in Popup" as "Yes" then Popup message gets enable. And if user don't fill any value in popup message then, it is treated as null at server side.
Concern : Error message validation should display if popup message field is editable and blank.
Cause : 1) validation was not handled.
2) ToString() used for converting null value to string.
Correction : 1) Validations added.
2) ToString() is replaced by Convert.ToString().
CC: Vijayendra Shinde