Closed sh16011993 closed 6 days ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Totals | |
---|---|
Statements: | 22.19% ( 3720 / 16761 ) |
Methods: | 10.28% ( 214 / 2081 ) |
Lines: | 25.54% ( 3228 / 12638 ) |
Branches: | 13.61% ( 278 / 2042 ) |
Totals | |
---|---|
Statements: | 65.43% ( 583 / 891 ) |
Methods: | 59.26% ( 64 / 108 ) |
Lines: | 68.54% ( 464 / 677 ) |
Branches: | 51.89% ( 55 / 106 ) |
Totals | |
---|---|
Statements: | 66.91% ( 5777 / 8634 ) |
Methods: | 64.65% ( 715 / 1106 ) |
Lines: | 70.85% ( 4537 / 6404 ) |
Branches: | 46.71% ( 525 / 1124 ) |
Totals | |
---|---|
Statements: | 86.92% ( 1243 / 1430 ) |
Methods: | 88.57% ( 124 / 140 ) |
Lines: | 87.77% ( 1055 / 1202 ) |
Branches: | 72.73% ( 64 / 88 ) |
As a part of this PR, the bug for the PIR where the Program Name and the Program Description are not showing up once the application is submitted is fixed.
Fix: The bug was happening because both the fields (Name and Description) were having a conditional set as below:
Removed the above piece of code for both the program name and program description for all the program years.
The problem is that
programnotListed
never has the valuetrue
. It is aSelect Boxes Component
rather than theCheckbox Component
which gets the valueprogramnotListed
. We do not need to rely on this component because both the componentsProgram Name
andProgram Description
are wrapped inside a container component that has a conditional setup on it.Tested the above for the below scenarios:
1. Program is not listed
2. Study is not listed