Merative ™ Social Program Management 7.0.2.0 iFix7
Release Notes
Abstract
Merative Social Program Management 7.0.2.0 iFix7 Release Notes
Content
Introduction
System Requirements
Download
Installation
Improvements, Resolved Issues and Third Party Updates
Known Issues
Notices
Introduction
Welcome to the Merative Social Program Management 7.0.2.0 iFix7 release.
This is a cumulative release which incorporates the Improvements, Resolved Issues and Third Party Updates contained in all previous 7.0.2.0 iFix releases. Details of these Improvements, Resolved Issues and Third Party Updates are included separately in the release notes for each of the previous iFix releases. The latest version of these release notes is available online at the https://curam-spm-devops.github.io/wh-support-docs/spm/release-notes.
Full product documentation can be found in the Product documentation and PDFs.
System Requirements
For information about the supported software and hardware for this release, see the Merative Social Program Management Prerequisites.
Download
See the download instructions for this release at /support/curam.
Installation
Prior to running the installer please ensure all files in your Merative Social Program Management installation are writable.
The installation steps are as follows:
- Extract the contents of the zip file to a local drive location.
- Run the Merative Social Program Management installer, which can be found in the INSTALLER folder at that location.
- After installing, the appropriate build targets must be run as necessary for your installation.
Additional installation instructions can be found in the Development Environment Installation Guide.
Upgrading
If you are upgrading from a previous version, the Merative Social Program Management Upgrade Helper contains documentation and tooling to help you to upgrade your Merative Social Program Management application codebase and database to work with your new version of Merative Social Program Management. The Merative Social Program Management Upgrade Guide describes a recommended process for performing application and database upgrades. The Upgrade Helper contains tools to assist you with implementing the upgrade, including tooling to produce a schedule of required migrations for your upgrade, tooling to provide information about database schema changes and tooling to generate initial SQL scripts for applying changes to your database.
To download the appropriate version of the Merative Social Program Management Upgrade Helper, see the download instructions at /support/curam.
Improvements, Resolved Issues and Third Party Updates
Third Party Updates
PO08009, WorkItem:240981 - Introduction of the Jsoup library into the Social Program Management application
Jsoup provides helper classes to cleanse HTML documents and strings of malicious code.
Version 1.11.3 has been introduced into the product to improve security. The library is located in the CDEJ/lib/ext/jar directory.
Cúram Enterprise Framework
Application Development Environment
PO01124, WorkItem:239897 - Pod Errors when content contains square brackets characters.
Issue Description:
Previously there was an error on Pods, for example the Available Task Pod or the My Tasks Pod, when some special characters were present in the Subject input field for a Task.
**User Interface Impact: **No
Steps to Reproduce:
- Login as a caseworker.
- Click on “Home” to view the “My Tasks” pod.
- Click on "Inbox" then select New Task.
- Fill in the subject field with special characters (e.g. [, newtasks[]{} or [{}{}{}{}{}kjhkjsdhfkjsd).
- Observe in the "My Open Tasks" that all tasks are displayed correctly.
- Click on "Home" and refresh the pods.
- An error is displayed on the Available Task pod and the My Tasks pod.
Resolution:
The issue with the special characters has been addressed by updating the code that loads the pod content to properly handle these characters. The presence of these characters in the Task Subject input field no longer results in an error on the Available Task Pod and the My Tasks Pod.
PO08009, WorkItem:240982 - Support for special characters viewed through the Notes History page
Issue Description:
Case Notes are typically created in the application as a result of using the Rich Text Editor. Therefore the manipulation of the data in the Case Notes functionality, for both the storage and the viewing of such notes, is tailored for use with that editor in that the data is expected to be in the format specific to data entry through the Rich Text Editor. An issue arose for a customer who used an alternative mechanism to input a case note. A custom screen contained a text input field which was designated as a standard Comments field at the screen level, but on the server side was stored as a Note. When the text entered via the Comments field and stored as a Note contained a special character such as '&' or '$', it was not stored in the format that was compatible with the manipulation of Case Notes data. This meant it was not displayed correctly when read back from the database and viewed through the Notes History page.
**User Interface Impact: **Yes.
Steps to Reproduce:
Note: as the scenario which resulted in this issue did not follow the expected usage of Case Notes infrastructure, there are no examples of this issue in the out-of-the-box Platform application. To reproduce the issue:
- Create a custom UIM page with a standard text entry field which does not use the NOTE_TEXT domain, such as a Comments field.
- In the server interface associated with this page, assign the text entered in the Comments field to a database field with a domain type of NOTE_TEXT.
- Navigate to this page on a built and deployed server and enter text in the Comments field, including the '&' character, and click Save.
- Navigate to a Notes list page and select the Note corresponding to the text entered above.
- Open the toggle to view the Notes History.
- The comments text entered previously is not fully displayed.
Resolution:
This issue has now been resolved and the Notes History page correctly displays comments which include special characters such as '&' or '$'.
Technical:
WorkItem 240981 introduced the Jsoup library into the Social Program Management application. This library enables improved handling of HTML documents and strings. This ticket updated the Notes History Renderer code to make use of these new classes. Data entered as Notes but without using the Rich Text Editor is now in a format that is compatible with being displayed on the Note History screens.
CLIENT DEVELOPMENT ENVIRONMENT
PO07956, WorkItem:238774 - When printing expanded evidence the details displayed are truncated
Issue Description:
Previously, when using the page level Print icon to print a list of Evidence details, certain information was missing. When the evidence was expanded to display the full details associated with the evidence, only the Change Summary information was printed. No information from the Evidence Details page was printed.
**User Interface Impact: **No
Steps to Reproduce:
- Login as a caseworker.
- Register a Person.
- Create a Case.
- From the Evidence dashboard, create a new Evidence.
- Activate the Evidence.
- View the newly created Evidence from the Active Evidence list.
- Click the toggle to view the Change Summary for the evidence.
- Click the toggle to view the Evidence Details associated with the evidence.
- Print the page using the print button in the options menu of the page.
- The only information present in the print preview is the Change Summary information.
Resolution:
This issue has been resolved by adding specific styling for Evidence pages when they are printed. This ensures all the visible Evidence information is printed correctly.
PO07333, WorkItem:239325 - Page level PRINT icon does not print the Details section of expanded evidences in evidence list
Issue Description:
Previously, when using the page level Print icon to print a list of Evidence details, certain information was missing. When the evidence was expanded to display the full details associated with the evidence, only the Change Summary information was printed. No information from the Evidence Details page was printed.
**User Interface Impact: **No
Steps to Reproduce:
- Login as a caseworker.
- Register a Person.
- Create a Case.
- From the Evidence dashboard, create a new Evidence.
- Activate the Evidence.
- View the newly created Evidence from the Active Evidence list.
- Click the toggle to view the Change Summary for the evidence.
- Click the toggle to view the Evidence Details associated with the evidence.
- Print the page using the print button in the options menu of the page.
- The only information present in the print preview is the Change Summary information.
Resolution:
This issue has been resolved by adding specific styling for Evidence pages when they are printed. This ensures all the visible Evidence information is printed correctly.
PO07507, WorkItem:239328 - Print output of Notes History on a Person Page and Search Person results page is unusable.
Issue Description:
Previously, when a user selected the page level print to print Notes or Search Results, not all of the information that was displayed to the user was printed. When the Search Results or Notes were expanded to show the inline page containing the all the information available, the information in the inline page was not printed correctly.
**User Interface Impact: **No
Steps to Reproduce using Search:
- Login as a caseworker.
- From the Shortcuts area of the Cases and Outcomes section, select "Person".
- Enter criteria and search for a person on the system.
- When the search is completed, expand the toggle associated with one of the search results, so that more participant information is visible.
- Print the page using the print button in the options menu of the page.
- Not all of the information is present on the print preview.
Steps to Reproduce using Notes:
- Login as a caseworker.
- Register a Person.
- Click on the Contact tab.
- Create multiple notes.
- Expand the toggle associated with one of the Notes, so that the note is visible.
- Print the page using the print button in the options menu of the page.
- Not all of the information is present on the print preview.
Resolution:
This issue has been resolved by adding specific styling to pages as they are printed. This ensures all information on the Person Search page and Notes is printed clearly.
PO07987, WorkItem:239339 - Landscape/Portrait print layout option disappears when trying to print using the page level print icon on the Google Chrome browser
Issue Description:
Previously there was an issue regarding the display of print layout options specifically on the Google Chrome browser.
**User Interface Impact: **No
Steps to Reproduce using Search:
- Login as a caseworker.
- Open the 'Shortcuts' menu in the Cases and Outcomes navigation tab, click on 'Person' link under 'Searches' section.
- Click the print button on the page.
- The Landscape print layout option disappears when opening the page in print preview mode.
Resolution:
This issue has been resolved by editing specific styling which was affecting print layout options specifically on the Google Chrome browser.
PO08099, WorkItem:241390 - Overlapping first row when printing an Assessment Questionnaire
Issue Description:
Previously there was an issue printing an Assessment Questionnaire which had enough questions to span onto a second page. The first row (question) on the second page would overlap the header on the second page. This could be seen on both the Google Chrome and Internet Explorer browser.
**User Interface Impact: **No
Steps to Reproduce:
- Login as an administrator user.
- Open 'Administration Workspace'.
- Expand the 'Case' section.
- Select 'Integrated Cases'.
- Select the 'Social Assistance' case.
- Open the 'Assessments' tab.
- Select 'Add Existing...'.
- Search for and select an Assessment (Example: 'Juvenile Detention Assessment').
- Click 'Save'.
- Login as a caseworker.
- Click on the 'Cases and Outcomes' tab.
- Open the 'Shortcuts' panel.
- Expand 'Searches".
- Select 'Person..'
- When the 'Person Search' tab opens search for a person and click on a Search Result to open their person page.
- Select 'New Case...'.
- Select 'Social Assistance' from the dropdown.
- From the case homepage select the 'Assessments' tab.
- Create a new 'New Juvenile Detention Assessment'.
- Once created, click on the assessment link.
- Under the Questionnaires section click on the Actions link and Answer.
- Click on the Juvenile Detention Questionnaire link.
- Click on the page level print icon.
- If required change the Layout to Landscape in the browser Print window so that the questions span onto a second page.
- The first row (question) on the second page overlaps the header on the second page.
Resolution:
This issue has since been resolved by ensuring question rows break correctly between pages when printing.
PO08100, PO08101, WorkItem:241391 - When printing inline pages containing tables, if the print preview includes a page break, the table header(s) are not being displayed on the top of the second page
Issue Description:
Previously there was an issue while printing an inline page containing a table which spanned beyond one page in length. The headers of the table which were displayed on the first page were not displayed at the start of the second page.
**User Interface Impact: **No
Steps to Reproduce:
- Login as the user 'caseworker'.
- Click on the 'Cases and Outcomes' tab.
- Open the 'Shortcuts' panel.
- Expand 'Searches".
- Select 'Person..'
- When the 'Person Search' tab opens search for a person and click on a Search Result to open their person page.
- Click on the 'Evidence' tab.
- Expand some person evidence.
- Click on the page level print icon to print the page.
- The headings 'Type', 'Description', 'Source', 'Period', and 'Latest Activity' are not displayed at the top of the page.
Resolution:
This issue has since been resolved by ensuring a table heading will be repeated at the top of the next page when a page break occurs within the content of the table.
Cúram Modules
Universal Access
PO08021, WorkItem:240663 - Not possible to withdraw current user's application
Issue Description:
Users were unable to withdraw their own previously submitted applications through the Citizen Portal.
User Interface Impact: No
Steps to Reproduce:
- Login to the Citizen Portal.
- Apply for Benefits.
- Submit an application.
- From the Home screen click on ‘Apply for Benefits’. This will display a ‘Current Applications’ screen.
- Click the Withdraw link beside the application you wish to withdraw.
- On the ‘Withdraw your Submitted Application’ screen, complete the details and hit 'Yes'.
- A validation appears and the application cannot be withdrawn - "You are not privileged to access this page".
Resolution:
The Withdraw Application functionality has been updated to remove an incorrect validation that was preventing a user from withdrawing their own submitted applications.
Known Issues
See the Known Issues section in the 7.0.2.0 release notes.
Notices
Before using this information and the product it supports, read the information in "Notices".
Document Information
More support for:
Merative Social Program Management
Software version:
7.0.2
Operating system(s):
Linux, Windows
Modified date:
05 February 2019