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

1.225

Release date: November 19, 2024

New featureThe check results for a component can now be uploaded after editing. [ #176 ]

When a component is edited with an external application, the app/post edit scripts can create an xml check results file in the temporary directory. There is now an API for automatically uploading the check results into the client. The check results become visible in the Checks section of the Properties tab for the given component.

Use Case: When a user opens a component in ANSA and performs some “checks” within ANSA using user script buttons, it will generate an xml file with check results in the /tmp/ directory created for opening the component for editing with ANSA.

ImprovementThe "inactivity" column can now be displayed in the permission groups. [ #2912 ]

This improvement relates to the area Admin > Model > Permission Groups > Members and Editors. It is now possible to display the Inactivity (days) column here. To do so:

  1. Move your mouse cursor over a column and click on  . A context menu opens.
  2. Click on   at the top right.
  3. Select the column Inactivity (days) ( ). This column lists the number of days that the user has been inactive, i.e. the number of days since the user has last logged in. This setting helps you recognize which accounts are no longer being used and can be removed from the system. Note: This field is empty until the user has been inactive for at least 90 days.

ImprovementThe sneak vault was expanded so that it can work with the new S3 Storage vault. [ #2378 ]
ImprovementTo support the new S3 Storage Vault, the following was implemented on the Model Server side: [ #2900 ]

  • The vault communication code was improved on the server side, such that it only communicates to one (sneak) vault, regardless what type or types of vaults are underneath it.
  • A migration mechanism was implemented that migrates the vault (no matter the type) to the S3 Storage Vault.