-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:None
-
Environment:QA
-
Bug Type:Functional
-
Bug Severity:Medium
-
Level:Partner
-
Module:BenAdmin - Report
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Browser:Google Chrome
-
Sprint:WT Sprint 32-Bugs
Pre Condition : Select 2 company for global level report and each company have 2 reports
Replication Steps :
1) SA Login
2) Navigate to Global level Standard Report
3) Add new Report
4) Select Report Type and Company Name
5) Select report to Customization ( Select and Drag Report from list ) ( 1 report )
6) Select Report to Select Report Section ( Drag Report from List ) ( 1 report )
7) Deselect report from Customization List
8) Drag one report to report section ( 2 report exist under report list )
Issue : Then only one report moved to Select Report Section and one report removed from Select Report Section.
- relates to
-
WT-129 Ability to run an enrollment report across all companies
-
- Production Complete
-
3C's:
Concern: Global Report - Standard Report - Reports removed from Select Report List
Cause: While drag element added one class but not removed even some validation fired.
Correction: Added draggable stop event and in that removed added current drag elements classes.
Description: While dragging any element it's been added one class and it's been used to remove element. But if any validation fires then it could not be removed same time but next time it removes element of same class. Due to this both report get disappear from the section. Now we have handled same.
Affected Areas: Global reports (create/ Edit screen)
Affected Files:
_StandardReportAtGlobalLevelPV.cshtml
Tested Scenarios:
1. Checked functionality with normal drag and drop with single report selection in fetching reports and customized reports.
2. Verified functionality to drag elements outside droppable section and then drop another report in respective section.
3. Verified multiple reports drag and drop with selection and without select in fetching reports and customized reports.
4. checked remove reports functionality from fetching reports and customized reports.section.