Version Information
Fixed Bugs
TSM-6991 TSM App: Editing/Saving Time Series Definitions is Not Possible With Insufficient Rights to Attribute Assignments
3.10.5.4
Users can now edit and save time series even if they lack permissions for specific attributes. Previously, insufficient permissions on a single attribute prevented any edits, but now only the restricted attributes remain uneditable.
TSM-6925 TSM App: Permission Denied on Time Series Due To Inaccessible Attribute
3.10.5.3
When using a HAKOM ACL for managing authorization on time series, permission to access time series data was denied when the time series had an attribute assigned that the user did not have access to. This was due to the application erroneously checking write permissions on all attributes when accessing time series data. Authorization now works as expected.
TSM-6986 TSM App: Error When Repository Does Not Contain Any Exchange Time Series
3.10.5.3
When a repository accessed through an HTTP connection does not contain any time series configured for the exchange of units, the app displayed an error when attempting to edit existing time series.
This was due to how empty results from the WebTSM Services were handled and has been fixed in this patch.
TSM-6924 EvalComponents: Some Customer-Specific Functions Produce A Compile Error
3.10.5.2
Due to a change in how referenced depencendies are loaded, some customer specific EvalComponents produced an error when an attempt was made to load data from a formula time series. This has been fixed in the affected EvalComponents files.
TSM-6925 TSM App: ACL Based Authorization Not Working When Accessing an HTTP Data Source
3.10.5.2
Version 3.10.5 fundamentally changed the way the TSM App is accessing time series databases. This lead to an issue where custom authorization defined in HAKOMs own user management system (ACL) did not work as expected. This patch fixes the issue.
Due to internal reordering of code, please be advised that the setting <DisableOwnerCheck>
has been moved from the <WebTSMServices>
section in the HAKOM.Config file to the <Authorization>
section under //HAKOMConfiguration/products/HAKOMFramework/settings
. For now, the setting will still be respected if found in its original location, but please be aware that this will be changed in a future release.
TSM-6932 TSM App: Quotations Loaded in the Wrong Order
3.10.5.2
When loading multiple quotations for a time series, there was a bug that caused them to be loaded in the wrong order. This led to confusion about how only a specific range of quotations can be properly loaded into the app. The bug has been fixed and quotations are now loaded as they were prior to version 3.10.5 which introduced the bug.