-
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
-
-
- Time Spent:
- 2h
-
Analysis for changes required
On traversing page, it is found that popup message validation not implemented.
Added code to add validations on save button click.
made changes to server side for data type conversion.
Status | Open [ 1 ] | In Development [ 10007 ] |
Item State | Parent values: Development(10200)Level 1 values: In Progress(10206) | Parent values: Development(10200)Level 1 values: Ready for Review(10208) |
Assignee | Vishal Yadav [ vishal.yadav ] | Rashmita Dudhe [ rashmita.dudhe ] |
Item State | Parent values: Development(10200)Level 1 values: Ready for Review(10208) | Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) |
-
- Time Spent:
- 1h
-
Unit Testing
Code review with Vijayendra
Jira Updation
Remaining Estimate | 2h [ 7200 ] | 0h [ 0 ] |
Time Spent | 2h [ 7200 ] | |
Worklog Id | 95828 [ 95828 ] |
Time Spent | 2h [ 7200 ] | 3h [ 10800 ] |
Worklog Id | 95829 [ 95829 ] |
Item State | Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) |
Time Spent | 3h [ 10800 ] | 3.5h [ 12600 ] |
Worklog Id | 96935 [ 96935 ] |
Time Spent | 3.5h [ 12600 ] | 4.5h [ 16200 ] |
Worklog Id | 97052 [ 97052 ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) | Parent values: LB QA(10201)Level 1 values: In Testing(10210) |
Item State | Parent values: LB QA(10201)Level 1 values: In Testing(10210) | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
Item State | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) | Parent values: LB QA(10201)Level 1 values: On Hold(10211) |
Item State | Parent values: LB QA(10201)Level 1 values: On Hold(10211) | Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) |
Item State | Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) | Parent values: Stage QA(10202)Level 1 values: In Testing(10214) |
Status | Local Testing [ 10200 ] | Stage Testing [ 10201 ] |
Time Spent | 4.5h [ 16200 ] | 5.5h [ 19800 ] |
Worklog Id | 98285 [ 98285 ] |
Item State | Parent values: Stage QA(10202)Level 1 values: In Testing(10214) | Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) |
Resolution | Done [ 10000 ] | |
Status | Stage Testing [ 10201 ] | Resolution Setting [ 11616 ] |
Transition | Time In Source Status | Execution Times |
---|
|
17h 54m | 1 |
|
8d 23h 57m | 1 |
|
7d 4h 10m | 1 |
|
118d 17h 46m | 1 |
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