-
Type:
Bug
-
Status: Production Complete
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Others
-
Bug Severity:Medium
-
Module:BenAdmin - Report
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Sprint:WT Sprint 34-Bugs
Steps to Reproduce:
1. Login to system and select BenAdmin
2. Click on dynamic report and select any report to delete
3. Click on Delete action button
On UI will appear failure message. Please check attached screenshot for same.
Problem: When we select any dynamic report to delete it should be delete from it's selected company. but currently it is trying to find out report current selected report into OnlineEnrollment table and it is not available there. Due to this it could not delete and on screens message appear as failed to delete report.
- relates to
-
WT-10519 ACA_Global level_PCORI report_Unable to delete report
-
- Production Complete
-
3C's
Cause: Global level- Dynamic report - Delete issue
Concern: When we select any dynamic report to delete it should be delete from it's selected company. but currently it is trying to find out current selected report into main company DB table and it is not available there. Due to this it could not delete and on screens message appear as failed to delete report.
Correction: Now we have handled case to delete reports based on the company Id. In case of dynamic reports we are passing company id which is set useful to delete reports.
Affected Files:
Areas/Report/Controllers/CommonReportsController/CommonReportsController.cs
Areas/Report/Models/CommonReportsModel/ReportsGridModel.cs
Areas/Report/Views/Report/CommonReports/ReportsGrid.cshtml
Affected Areas: Reports (All Level, All Types)
Tested Scenarios:
1. Verified delete functionality of all types & level reports.
-CC Prasanna Karlekar