-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:QA
-
Bug Severity:Medium
-
Module:BenAdmin - EDS
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name.
Repro Steps:
1. Login as Admin user
2. Go to Test Company -> Form Builder
3. Click on 'Enroll Now' form OR 'Upload Documents' form
4. Go to Design System Messages tab.
5. Insert blank spaces in 'System Message(s)' field. Do not enter any text.
6. Select values in other necessary fields.
7. Click on Save button.
8. Check for the Server error displayed.
Actual Result:
Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name.
Expected Result:
User should not be allowed to enter and save the blank spaces in System Message title/name. OR Blank space at first places should be handled.
Server Error should not get displayed on 'Design System Messages' tab.
Field | Original Value | New Value |
---|---|---|
Description |
Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name. Repro Steps: 1. Login as Admin user 2. Go to Test Company -> Form Builder 3. Click on 'Enroll Now' form 4. Go to Design System Messages tab. 5. Insert blank spaces in 'System Message(s)' field. Do not enter any text. 6. Select values in other necessary fields. 7. Click on Save button. 8. Check for the Server error displayed. Actual Result: Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name. Expected Result: User should not be allowed to enter and save the blank spaces in System Message title/name. OR Blank space at first places should be handled. Server Error should not get displayed on 'Design System Messages' tab. |
Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name. Repro Steps: 1. Login as Admin user 2. Go to Test Company -> Form Builder 3. Click on 'Enroll Now' form OR 'Upload Documents' form 4. Go to Design System Messages tab. 5. Insert blank spaces in 'System Message(s)' field. Do not enter any text. 6. Select values in other necessary fields. 7. Click on Save button. 8. Check for the Server error displayed. Actual Result: Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name. Expected Result: User should not be allowed to enter and save the blank spaces in System Message title/name. OR Blank space at first places should be handled. Server Error should not get displayed on 'Design System Messages' tab. |
Status | Open [ 1 ] | In Development [ 10007 ] |
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 2.5h [ 9000 ] | |
Worklog Id | 20606 [ 20606 ] |
Remaining Estimate | 0h [ 0 ] | 1h [ 3600 ] |
Time Spent | 2.5h [ 9000 ] | 1.5h [ 5400 ] |
Worklog Id | 20606 [ 20606 ] |
-
- Time Spent:
- 1h
-
Issue confirmed for multiple companies and JIRA Logged.
Remaining Estimate | 1h [ 3600 ] | 0h [ 0 ] |
Time Spent | 1.5h [ 5400 ] | 2.5h [ 9000 ] |
Worklog Id | 20629 [ 20629 ] |
Remaining Estimate | 0h [ 0 ] | 2.5h [ 9000 ] |
Original Estimate | 5h [ 18000 ] |
-
- Time Spent:
- 2.5h
-
Unit testing
Checking system message details in Database
Checking system message for spaces
Unit testing for server error
Coding in view foe spaces in name of system message
Unit testing
Remaining Estimate | 2.5h [ 9000 ] | 0h [ 0 ] |
Time Spent | 2.5h [ 9000 ] | 5h [ 18000 ] |
Worklog Id | 20771 [ 20771 ] |
Module | Parent values: BenAdmin(10100) | Parent values: BenAdmin(10100)Level 1 values: EDS(10108) |
Time Spent | 5h [ 18000 ] | 5.15h [ 18540 ] |
Worklog Id | 20862 [ 20862 ] |
Time Spent | 5.15h [ 18540 ] | 5.4h [ 19440 ] |
Worklog Id | 20877 [ 20877 ] |
Code Review Date | 25/Jan/2017 | |
Code Reviewed By | Sheetal Bodhale [ 11905 ] | |
Developer | Aarati Sabnis [ aarati.sabnis ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) |
Assignee | Aarati Sabnis [ aarati.sabnis ] | Prasad Pise [ prasadp ] |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
-
- Time Spent:
- 0.75h
-
Testing on LB, JIRA Updates
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) |
Time Spent | 5.4h [ 19440 ] | 6.15h [ 22140 ] |
Worklog Id | 21068 [ 21068 ] |
-
- Time Spent:
- 0.25h
-
Code review by Sheetal
LB-check-in
Status | Local Testing [ 10200 ] | Stage Testing [ 10201 ] |
Status | Stage Testing [ 10201 ] | Production Testing [ 10202 ] |
Resolution | Fixed [ 1 ] | |
Status | Production Testing [ 10202 ] | Production Complete [ 10028 ] |
Status | Production Complete [ 10028 ] | Closed [ 6 ] |
Item State | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) | Parent values: Production Complete(10222)Level 1 values: Closed(10223) |
Item State | Parent values: Production Complete(10222)Level 1 values: Closed(10223) | 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: Production Complete(10222)Level 1 values: Closed(10223) |
Bug Severity | Medium [ 16702 ] |
Environment_New | LB [ 18444 ] |
Transition | Time In Source Status | Execution Times |
---|
|
2h 18m | 1 |
|
1d 22h 46m | 1 |
|
4d 17h 21m | 1 |
|
3s | 1 |
|
20s | 1 |
|
2s | 1 |
Hello Prasad Pise,
Concern : Server Error gets displayed on 'Design System Messages' tab when blank spaces are saved in System Message title/name.
Cause : Condition for Blank spaces in system message title/name was not checked. So blank value was getting stored in database. So because of this,while fetching value from database it was giving server error.
Correction : Condition for Blank spaces in system message title/name is checked now and it is working properly.
LB check-in is done.
Thanks,
Aarati R. Sabnis
CC Satya,Sheetal Bodhale