DataMiner web apps Feature Release 10.5.3 – Preview
Important
We are still working on this release. Some release notes may still be modified or moved to a later release. Check back soon for updates!
Tip
- For release notes related to the general DataMiner release, see General Feature Release 10.5.3.
- For release notes related to DataMiner Cube, see DataMiner Cube Feature Release 10.5.3.
Highlights
No highlights have been selected yet.
New features
Dashboards/Low-Code Apps: Support for variables of type Boolean [ID 41845]
When editing a dashboard or a low-code app, you can now also create variables of type Boolean.
Also, boolean values can now be passed in the URL of a dashboard. See the following example of a query parameter:
?data={"components": [{"cid":1, "select": {"booleans": ["true"]}}]}
Dashboards/Low-Code Apps: Component themes now allow you to specify an accent color [ID 41859]
When customizing a component theme, you can now also specify an accent color.
By default, this accent color will be identical to the app color. For example, in the Dashboards app, the accent color will by default be green.
Dashboards/Low-Code Apps: New Toggle component [ID 41903] [ID 41911]
When creating or updating a dashboard or a low-code app, you can now add Toggle components, which are visualized as switches.
When configuring a Toggle component, you can link it to a variable of type Boolean, set its default value, and specify a label, an icon, and an accent color. The latter will then be used as background color when the component is set to true.
When you add a Toggle component to a low-code app, you can also configure a Set value action for it. This action will allow users to either set the current value of the component in question to either a static value (True, False, or Empty) or link the component to a variable of type Boolean.
Changes
Enhancements
Low-Code Apps - Interactive Automation scripts: Redesigned UI components 'Calendar' and 'Time' [ID 41529]
The UI components UIBlockType.Calendar
and UIBlockType.Time
have been redesigned.
Currently, by default, the existing components will still be used by default to keep the UI aligned. If you want to use the new Button component, then add the following argument to the URL of the low-code app:
?useNewIASInputComponents=true
DataMiner root page: Links to deprecated DataMiner XBAP and legacy Reports & Dashboards app have now been removed [ID 41844]
When, on the root page of a DataMiner Agent (i.e. https://myDMA/root/tools
), you click the user icon and then select Tools, a Tools page will open.
Up to now, this page would still contain links to the XBAP version of DataMiner Cube and to the legacy Reports & Dashboards app. As both are now deprecated, the links to both those apps as well as the Clean DataMiner Cube XBAP Cache link have now been removed.
Fixes
Dashboards/Low-Code Apps - Table component: Refetching data would cause the data in the table to shift across the different pages [ID 41638]
When a Table component refetched its data, in some cases, the data would incorrectly shift across the different pages.
Dashboards/Low-Code Apps - Timeline component: Problem with custom timezones [ID 41839]
When using a custom timezone, in some cases, that timezone would not be applied correctly in action configurations or when linking to certain components.
Dashboards/Low-Code Apps - State component: Scale of text would not be updated when the value of the linked parameter changed [ID 41843]
When a State component was linked to a parameter, and the size of that component was set to "Auto", up to now, the scale of the text would not be updated when the value of the parameter changed. In some cases, this would render the text unreadable.
Low-Code Apps - Timeline component: Post actions after 'Set viewport' or 'Highlight time range' actions would incorrectly not be executed [ID 41862]
When a post action was configured to get triggered after a Set viewport or a Highlight time range action, up to now, the post action would incorrectly not be executed.
Authentication screen would not redirect users to the correct app [ID 41900]
When you tried to log on to a DataMiner web app, in some cases, the authentication screen would not redirect you to the correct app.
Low-Code Apps: Problem when using queries in flows [ID 41955]
When a low-code app used queries in some of its flows, in some cases, it could become unresponsive.