WorkItem:242397 - Universal Access Responsive Web Application: When using a codetable hierarchy question in a List, the code is displayed instead of its value
Issue Description:
When using a codetable hierarchy question in a List, the code is displayed instead of its value. This only affects users of the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Navigate to an IEG page which uses a codetable hierarchy question in a List
- Observe that the codetable code table is displayed instead of its value.
Resolution:
When using a codetable hierarchy question in a List, the value is now correctly displayed.
WorkItem:242943 - Universal Access Responsive Web Application: Issue with trailing zeros not displaying in field amounts
Issue Description:
Zeros at the end of decimal numbers are not displayed after navigating back to the page. This only affects users of the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Navigate to an IEG page with a decimal entry field.
- Enter a number with trailing zeros.
- Navigate back and then forward again to the same field. Observe that the trailing zeros are missing.
Resolution:
Trailing zeros are now correctly displayed.
WorkItem:245046 - Universal Access Responsive Web Application: Issue with the Next and Save & Exit buttons on summary pages
Issue Description:
It is not possible to navigate to the next page by using the ‘Next’ or ‘Save & Exit’ buttons if an attribute has been defined using a custom domain definition derived from IEG_INT32. This only affects users of the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Navigate to an IEG page where an attribute is defined by using a custom domain definition derived from IEG_INT32.
- Attempt to navigate to the next page or use ‘Save & Exit’ .
- Observe that the navigation is blocked.
Resolution:
This issue has now been resolved and columns with type Integer are converted to type String for lists in summary pages.
WorkItem:245047 - Universal Access Responsive Web Application: Argument substitution in message text fails when the placeholder type is ‘%1d’.
Issue Description:
Date values are not substituted correctly in the message text when the placeholder type is "%1d". This only affects users of the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Navigate to an IEG page and enter a date field.
- Observe that any message displaying this date will output "%1d" instead of the actual date.
Resolution:
This has now been resolved and date values are substituted correctly.
WorkItem:245049 - Universal Access Responsive Web Application: Codetable Hierarchy support
Issue Description:
Codetable hierarchies are not supported in the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Log onto Universal Access
- Attempt to use an IEG script which uses codetable hierarchies.
Resolution:
You can now use two-level code-table hierarchies in questions. Any question where the data type is a code table is displayed as two separate questions in vertically aligned drop-down menus. The first question menu corresponds to the root code table in the hierarchy, and displays the label that is specified for the question. The second question menu corresponds to the second-level code table in the hierarchy, and displays a label that corresponds to the code table display name. The second menu is disabled until a selection is made in the first menu. Summary pages display both questions. Displaying a code-table hierarchy value in a list, or the codetable-hierarchy-layout options, are not supported.
WorkItem:245051 - Universal Access Responsive Web Application: Unable to distinguish between multiple household members
Issue Description:
When adding multiple house members in Universal Access is it not clear which person you are entering details for. This only affects users of the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Log onto Universal Access.
- Add multiple household members to an application.
Resolution:
Adding a household member and their details was enhanced to make it clearer who still needs to be added. On the household page, the current household members and their ages are now listed. Household members are displayed in the order in which they were added. While you are adding details for a household member, their name and age are displayed.
WorkItem:245053 - Universal Access Responsive Web Application: Unsupported field schema error on read-only array questions
Issue Description:
When accessing an IEG script containing a read-only array question a parser error is thrown. This only affects users of the Universal Access Responsive Web Application.
User Interface Impact: No
Steps to Reproduce:
- Create an IEG script that contains a read-only array question.
- Access the IEG script and note that a parser error is thrown.
Resolution:
Read-only array questions are now displayed correctly.