Concern:
4. Add Reward Page not getting Saved.
5. Wellness specific Import/Export menu, icon not appearing
6. 0 cost was getting displayed for subrates with criteria for Wellness Points and employee with no Wellness points earned. [Have given patch for this with description: After redeem cost getting sum up]
Cause:
4. Bundle.config is different on Local, LB and Stage branch. Unobtrusive JS files are mentioned in Bundle.config on LB and Stage but it is commented in Trunk.
5. Wellness specific Import / Export feature is not in use. Wellness is also using Platform Import / Export feature.
6. If there was no entry in for an employee in Wellness.tblUserTaskDetails, no points were getting returned from UDF, WL_UDF_GetUserWellnessProgramPoint. Instead 0 points should be returned.
Correction:
4. As of now, patch reverted. Need to check, if Wellness files included in Wellness Bundle.config are required.
5. Deactivated Wellness Import / Export menu
6. Changes done to return 0 Wellness points, when employee does not earn any Point.
Changed Files:
WORKTERRAweb/Web/Web Projects/Wellness/Views/Shared/_WellnessLayout.cshtml
Database Objects/MasterCompanyDB/02_UDFs/Wellness.WL_UDF_GetUserWellnessProgramPoint.UserDefinedFunction.sql
Database Objects/MasterCompanyDB/07_Data/46_WT3484_WTB_Wellness_ModData_MenuActions.sql
Impacted Areas:
- Wellness Admin and Employee login Reward screen.
- Wellness Menus
The issues are verified on LB for LBSanityCOD company. The issues tested in this patch are:
1. CA has access to Wellness module.
2. CA can add Premium Reduction with Flat
3. CA can add Premium Reduction with Premium Reduction percentage
4. Start date gets saved once the Award is created.
5. Now, None is removed from the Status list.
All above points are accessible and are ready for Stage.