Bug Fixes
All Applications
Content Type
We fixed an issue where application were not downloading multiple documents as a .zip file after upgrading the apps to the latest version
- Affected Apps: Awards, Document Explorer, Document List, Fund Managers, & Image App
Bar Charts
Number Formatting
We resolved an issue where the decimal places configuration on the bar chart was being affected by other tabs. The decimal places on the bar chart now display consistently regardless of interactions with other tabs, ensuring accurate and properly formatted data.
- Affected Apps: Area Chart, Bar Chart, Line Chart, Pie Chart, Pie/Doughnut Chart, Radial Chart, & Scatter Chart
Commentary
Configuration
We fixed an issue caused by supplying a blank actions configuration within a commentary app, where we don’t null check to see if the buttons property exists before validating its length.
Data Check
We corrected the behavior of the hasData check for the commentary app to ensure it returns false when custom validation is false, even if actions are configured.
Grid
Hide Functionality
We resolved an issue where grid apps were not hiding properly when there was no data, resulting in blank spaces on the page. The required null checks have been added to the application, ensuring that grid apps hide as expected when embedded apps do not have data. This fix maintains a clean and user-friendly interface across all environments.
No Data
We resolved an issue where grids were not hiding when there was no data across all tabs. The Grid App now correctly returns a hasData of false when embedded apps lack data, ensuring the Tabs App hides the grid item as expected.
Table
Column Selector
We addressed an issue in the table app where removing columns using the column selector only removed the column headers, leaving the column body visible under different headers. Now, both the column headers and column body are correctly removed when deselected, ensuring the table structure remains unaffected.
Placeholder Display
This fix ensures that the placeholder appears consistently across all rows, including the first row (parent) in a group of funds, eliminating any ambiguity when data is missing.
User Context
Logout Icon
We resolved an issue where the logout.svg file returned a 404 error and did not display in the User Context app. The logout icon and other user context assets now display correctly without requiring workarounds such as injecting the SVG via CSS or using DXM redirects
Language Selector
The language selector now clearly displays the selected country/language value, making it easy for users to identify their current region. This update ensures that the behavior matches the pre-V4 upgrade functionality and includes a storybook variation for testing consistency.