Improvements, Resolved Issues and Third Party Updates
Cúram Enterprise Framework
Cúram Modules
Solutions
Cúram Enterprise Framework
Application Development Environment
Application Development Environment
Client Development Environment
CLIENT DEVELOPMENT ENVIRONMENT
Look & Feel
PO08577, WorkItem:261852 - Date selector displays a duplicate date in the month where the clock goes back one hour for daylight saving
Issue Description:
The Date Selector displays a duplicate date in the month where the clock goes back one hour as part of daylight savings time adjustments. The date that is duplicated varies depending on the time zone of the client machine.
User Interface Impact: No
Steps to Reproduce:
- Ensure the time zone on the client machine is set to EST (New York).
- Login as a caseworker.
- Navigate to the Person Search page.
- Select the Date Selector icon beside the Date of Birth field.
- Navigate to November.
- Issue: A duplicate date occurs after the first Sunday of the month.
- Ensure the time zone on the client machine is set to GMT (Dublin).
- Login as a caseworker.
- Navigate to the Person Search page.
- Select the Date Selector icon beside the Date of Birth field.
- Navigate to October.
- Issue: A duplicate date occurs after the last Sunday of the month.
Resolution:
This issue has been resolved by updating the underlying JavaScript around the Date Selector to correctly handle daylight savings time.
Technical:
The following file was updated to resolve this issue
- ../CuramCDEJ/lib/curam/web/jscript/curam/dateSelectorUtil.js
The logic for rendering the Calendar was continually adding 24 hours to calculate each day of the month. When Daylight Savings Time ends, the clock goes backward and creates a 25 hour day. This caused the Calender to insert the same day twice, as adding 24 hours was not enough time to advance to the next day. This has been updated to instead add 1 day to the JavaScript Date object which automatically handles Daylight Savings Time.
LOOK & FEEL
PO08539, WorkItem:261850 - Printing a context panel results in overlapping text and images, misaligned fields and loss of data on the printed page
Issue Description:
In Merative Social Program Management (SPM) version 7, printing a context panel results in large amounts of overlapping text and images, misaligned fields and loss of data on the printed page. The issue occurs for multiple case and participant types.
User Interface Impact: No
Steps to Reproduce:
Scenario1:
- Login as an Income Support caseworker.
- Register a Participant.
- Create a Food Assistance application for this participant and when asked to add additional household members, answer 'Yes' and add a child.
- Complete the application.
- Open the application case for the member.
- Click the print icon on the page.
- Issue: Printing the context panel results in overlapping text and images, misaligned fields and loss of data on the printed page.
- Resolve any pending evidence issues and verify any outstanding verifications.
- Check participant is eligible for Food Assistance.
- Authorize the result from the Review Eligibility Result modal.
- Open Food Assistance case.
- Click the print icon on the page.
- Issue: Printing the context panel results in overlapping text and images, misaligned fields and loss of data on the printed page.
Scenario 2:
- Login as a caseworker.
- Register an Employer.
- Open the registered employer.
- Click the print icon on the page.
- Issue: Printing the context panel results in overlapping text and images, misaligned fields and loss of data on the printed page.
Scenario 3:
- Login as an Insurance Affordability caseworker.
- Register a Participant.
- Create an Insurance Affordability case for this participant.
- Open the registered Insurance Affordability case.
- Click the print icon on the page.
- Issue: Printing the context panel results in overlapping text and images, misaligned fields and loss of data on the printed page.
Resolution:
The CSS style related to printing context panels has been updated to address the large amounts of overlapping text and images, misaligned fields and loss of data on the resulting printed page.
Cúram Modules
Universal Access
Evidence Broker
Universal Access
PO08796, WorkItem:260632 - Intelligent Evidence Gathering Rest APIs in SPM version 7.0.6 IFix1 are not compatible with versions of the Universal Access Web App on v2.6.0
Issue Description:
The 2.6.0 version of the Universal Access Web App does not work with the 7.0.6 SPM Version.
User Interface Impact: No
Steps to Reproduce:
- Install a system with SPM v7.0.6.x and UA 2.6.0.
- Try to use the Universal Access Web App.
- Issue: Errors are displayed to the user in the Web App.
Resolution:
Incompatibilities between the Web App and SPM were resolved by iFix2.