-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:None
-
Bug Type:Functional
-
Bug Severity:Medium
-
Module:BenAdmin - Export
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
-
Sprint:WT Sprint 33-Bugs
Due to the implementation of WT-9259, there was an issue on sub template if 2 Database fields are mapped to 1 field. Due to this on subtemplate 2 fields were visible with same sequence number. This was creating error while exporting the file.
Concern : Duplicate fields visible on subtemplate if more than 1 fields are mapped. This caused server error while exporting the file.
Cause : When more than 1 fields are mapped, 2 different rows are stored in the database. While fetching on to subtemplate page instead of getting displayed as comma separated, 2 separate rows were occurring. This happened due to
WT-9259where Id's of the fields were fetched from Database which was the main reason for displaying 2 separate rows.Correction : Fetched the Id's from database same as the text of the fields, which solved the issue and only 1 comma separated row is visible.
Regards,
Ankur