-
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
-
Field | Original Value | New Value |
---|---|---|
Assignee | Vijay Siddha [ vijays ] | Parmeshwar Jumbad [ parmeshwar.jumbade ] |
Description |
*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. |
*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. cc- [~prasanna] |
Attachment | Dynamic report failure message.png [ 57277 ] |
Module | Parent values: BenAdmin(10100) | Parent values: BenAdmin(10100)Level 1 values: Report(10109) |
Status | Open [ 1 ] | In Development [ 10007 ] |
Item State | Parent values: Development(10200)Level 1 values: Ready for Review(10208) |
-
- Time Spent:
- 5h
-
Internal discussions
Code changes
Unit testing
JIRA Update
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 5h [ 18000 ] | |
Worklog Id | 70693 [ 70693 ] |
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) |
Sprint | WT Sprint 34-Bugs [ 79 ] | |
Original Estimate | 0h [ 0 ] |
Code Review Date | 11/Aug/2017 | |
Code Reviewed By | Prasanna Karlekar [ 11907 ] |
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) |
Assignee | Parmeshwar Jumbad [ parmeshwar.jumbade ] | Sachin Hingole [ sachin.hingole ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) | Parent values: LB QA(10201)Level 1 values: In Testing(10210) |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
Assignee | Sachin Hingole [ sachin.hingole ] | Amita Sangani [ amita.sangani ] |
Attachment | WT-10376.png [ 58744 ] |
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) |
Time Spent | 5h [ 18000 ] | 5h 20m [ 19200 ] |
Worklog Id | 71726 [ 71726 ] |
Developer | Parmeshwar Jumbad [ parmeshwar.jumbade ] |
Item State | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) | Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) |
Attachment | WT-10376.png [ 59109 ] |
Item State | Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) | Parent values: Stage QA(10202)Level 1 values: In Testing(10214) |
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) |
Time Spent | 5h 20m [ 19200 ] | 5h 50m [ 21000 ] |
Worklog Id | 72554 [ 72554 ] |
Status | Local Testing [ 10200 ] | Stage Testing [ 10201 ] |
Item State | Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) | Parent values: Stage QA(10202)Level 1 values: On Hold(10215) |
Item State | Parent values: Stage QA(10202)Level 1 values: On Hold(10215) | Parent values: Production QA(10203)Level 1 values: Production Deployed(10221) |
Item State | Parent values: Production QA(10203)Level 1 values: Production Deployed(10221) | Parent values: Production QA(10203)Level 1 values: In Testing(10218) |
Attachment | WT-10376._png.png [ 61907 ] |
Attachment | WT-10376._1png.png [ 61908 ] |
Item State | Parent values: Production QA(10203)Level 1 values: In Testing(10218) | Parent values: Production Complete(10222)Level 1 values: Closed(10223) |
Status | Stage Testing [ 10201 ] | Production Testing [ 10202 ] |
Time Spent | 5h 50m [ 21000 ] | 6h 20m [ 22800 ] |
Worklog Id | 79625 [ 79625 ] |
Resolution | Fixed [ 1 ] | |
Status | Production Testing [ 10202 ] | Production Complete [ 10028 ] |
Environment_New | Others [ 18445 ] |
Transition | Time In Source Status | Execution Times |
---|
|
7d 22h 43m | 1 |
|
5d 8m | 1 |
|
8d 5h 26m | 1 |
|
27d 20h 53m | 1 |
|
5d 22h 31m | 1 |
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