-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:None
-
Bug Type:Functional
-
Bug Severity:Medium
-
Module:BenAdmin - Report
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Browser:Google Chrome
-
Sprint:WT Sprint 32-Bugs
1.Login to application on LB
2.Clicked on BenAdmin
3.Navigate to Reports > Standard Reports > Edit any report
4.Click on Cancel
Actual: Received server error
Expected: It should navigate to Standard Report page.
PFA screen shot for additional information
- relates to
-
WT-129 Ability to run an enrollment report across all companies
-
- Production Complete
-
3C's:
Concern : Global Level_ Getting server error when clicked on Cancel button
Cause: Button type was submit so due to this it was posting to server on cancel
Correction: Change button type to Button instead of Submit
Description:
For cancel button it was specified input type as button instead of submit. Due to this form getting submitted to server side. Now we have changes type of button instead of submit.
Affetcetd Areas: Global reports
Affected Files:
_StandardReportAtGlobalLevelPV.cshtml
Tested Scenarios:
1. Verified Cancel button on both cases (Add new and Edit any form)
cc- Prasanna Karlekar