Improvements, Resolved Issues and Third Party Updates
Cúram Enterprise Framework
Cúram Enterprise Framework
Application Development Environment
Application Development Environment
Client Development Environment
CLIENT DEVELOPMENT ENVIRONMENT
Widgets
PO07412, WorkItem:246068 - It's not possible to turn off the progress spinner by using the property that controls whether it's enabled or disabled
Issue Description:
The property curam.progress.widget.enabled, which determines whether the progress spinner is displayed or not, does not work. Even when it is set to false, the progress spinner continues to display.
User Interface Impact: No
Steps to Reproduce (In Development):
- Update ApplicationConfiguration.properties setting curam.progress.widget.enabled=false.
- Rebuild the client.
- Restart the server.
- Issue: Pages that are slow to load continue to display the progress spinner.
Resolution:
This has been resolved in the JavaScript responsible for rendering the progress spinner so that even pages that take a long time to load will not display it if it has been disabled.
WIDGETS
PO08232, WorkItem:252306 - Usage of the '#' character in Microsoft Word template data details causes the resultant Microsoft Word document to display incorrectly
Issue Description:
Microsoft Word communications in the Social Program Management application are based on a template that is created and maintained in Microsoft Word. All Microsoft Word templates are associated with either participants or with cases.
When communication of type Microsoft Word is created in the application and the data used as input into the template fields contains a '#' character, the resultant Microsoft Word document generated fails to display correctly. All of the data in the fields up to where the '#' character is included displays correctly, but the other template fields display the error message 'Error - no data retrieved' instead of the field values, and the data specified after the '#' character is not included in the resultant generated Microsoft Word document.
User Interface Impact: No
Steps to Reproduce:
- Login as a caseworker.
- Click on Register Person and Create Case under Cases in the shortcuts panel.
- Enter the Person details and select any case from the Type drop-down.
- On the newly created case, click on the Contact tab and select Communications.
- Select New Microsoft Word from the page action menu.
- On the New Microsoft Word Communication dialog, choose the Case Participant and click Next.
- Enter a Subject and manually type in an address. Use a '#' character in one of the address fields, 'Room #10' for Street 1, for example.
- Complete the address and select an available Microsoft Word Template that will use the field containing the '#'.
- Click Save. This will open the Microsoft Word and attempt to populate the template.
- Issue: The Microsoft Word document will open. The Microsoft Word template fields after the '#' character will display the error message 'Error - no data retrieved' in place of the remaining address field values.
Resolution:
The presence of a '#' character in data used to populate Microsoft Word communication template details no longer causes an issue and any data containing that character will be populated correctly into the required template fields in the resultant generated Microsoft Word document.
Technical:
The algorithm used to process and populate Microsoft Word template data has been updated to handle the presence of '#' characters correctly. This character did have a special meaning within that algorithm but now the combination of the following characters, '#|#', is used to delineate the template data for the different fields.