CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

1.223

Release date: October 22, 2024

ImprovementThe assembly and submit buttons now show visual indication that an action was triggered. [ #6609 ]

This improvement relates to the assembly and submit buttons in the properties view. In the past, when a user clicked on one of these buttons, the user did not receive any indication whether the action was triggered or not. Users could only tell that the assembly / submit was started by looking at the Jobs area. This has been improved. Now when users click on the assembly or the submit button, a throbber icon is displayed, which indicates that the action has been triggered. After a few seconds, the throbber icon switches back to the play icon and the button is activated again.
image
Assembly and submit buttons

ImprovementUUIDs can now be used as a parameter instead of component_path in the Auxiliary Content Loader. [ #2905 ]

The Auxiliary Content Loader is the Python API, which external applications use to retrieve information about the data to be loaded from the desktop client. In the past, many methods on the Auxiliary Content Loader used component_path lists to retrieve the requested information. This sometimes caused issues if the component’s file name was not adequately unique. This has been improved. It is now possible to use UUIDs instead of paths / in addition to paths.

ImprovementWhen working in a test environment, the title bar of the application now displays the text "TEST - environment". [ #2645 ]

image
Title bar of test environment

Bug fixAttribute values are now displayed in the correct order in the properties view of a run configuration. [ #6653 ]

In the menu Admin > Model > Attributes, admins can specify the order in which attribute values should be displayed in other areas of the system. In the past, this order was not followed in the properties view of a run configuration. This behavior has been fixed.

Bug fixChanges to the grid column configuration are no longer lost after restarting the client. In the past, the web grid was not correctly reporting column changes to the python backend. This behavior has been fixed. [ #6679 ]
Bug fixImages with the same file name are now correctly displayed in the properties view. [ #3491 ]

This fix relates to the Attachments area of the Properties view. In the past, if there were two or more images with the same file name, then only one of those images was displayed in the attachment area. This behavior has been fixed. Now if a user tries to upload multiple images with the same file name, then the file names are made unique by adding the blob hash and a counter.

Bug fixIt is now possible to export a snippet from a public pool version. [ #6621 ]

In the past, the option Export snippet was grayed out in the context menu of the properties view for public pool versions. It was only possible to export a snippet in a private version. This behavior has been fixed.

Bug fixLive mode pool version changes are now correctly synced with the server again. [ #6675 ]

In the past, as soon as a user deselected a live mode pool version, changes were no longer synced with the server. If the user selected a live mode pool version again, the changes were still not synced. This behavior has been fixed.

Bug fixSelecting the "Ignore Warning" checkbox in the properties view no longer results in an error. [ #6669 ]
Bug fixStored apps ("Edit with...") now work correctly again when started from the rail graph. [ #6637 ]