Release 7.24.02

EXTERNAL SSO COMPONENT

Changes

  • We now also have a .NET 6 version of the component. This has some advantages:

    • It's easier to have the SSO component in a sub folder of SSP

    • The Windows feature "Windows Identity Foundation" isn't required anymore

    • The "WindowsIdentityFoundation-SDK-4.0.msi" installation isn't required anymore

    • The Windows task that reloads the federationmetadata.xml file isn't required anymore

  • Both versions (.NET Framework 4.8 and .NET 6) support doing a POST request to SSP instead of a GET request. It's recommended to have your SSO component upgraded to the latest version. Please contact us in order to help with this upgrade

COMMON

Changes

  • Added the "event triggers" functionality. You're now able to call a web service (that is a DB call, SOAP or REST http call or execution of a JavaScript function) based on various events (eg service created, service part changed, workflow step started, workflow step ended, ...)

  • It is now allowed to do a POST request (instead of GET) in case the authentication method is set to "External". This is also supported by our 2 external SSO components.

  • Added more functions to/in the CommonInterface, please see the wiki: https://wiki.smt-x.com/index.php/JavaScript

FORMS

Changes

  • The formpopup.aspx page got a performance improvement

Fixes

  • Double click on searchable listbox (multiple selection) didn't work when form was used as subform

WORKFLOW

Changes

TICKETING

Changes

  • You now have a search box on top of the left navigation. You can use this to go directly to a ticket or task by using the ticket or task id

SERVICE CATALOG

Changes

  • Added the name to top action links so they can be referred to in html parts

  • Added the option to show help text for up- and downstream in relations

  • Added more functions to/in the ServiceCatalogInterface, please see the wiki: https://wiki.smt-x.com/index.php/JavaScript

  • Receivers are removed

  • Validation errors on non-visible parts aren't taken into account anymore

  • You're now able to define parts on relations. These parts are configured between templates. You can specify multiple parts per parent / child relation. Parts on relations when using flat relations are currently not supported.

  • You can now specify a translation key extra value to be added to the translation keys per trigger

Fixes

  • In some cases the html source in html parts was shown instead of the rendered html

  • Saving a document part generated an error

  • Support group tab wasn't shown on the compare versions page since the ACL changes

  • Next review cycle start date isn't show anymore on complete review cycle with the option "One day after actual end date of current cycle"

STUDIO

Changes

  • There's now an option to change the storage of a file from "On file system" to "In database" and vice versa

  • It's now possible to send a file in base64 to the browser using the "SendBase64File" action. This works similar as the "SendFile" action, but instead of the file location, the file content in base64 should be returned as the content

  • Added more functions to/in the StudioInterface, please see the wiki: https://wiki.smt-x.com/index.php/JavaScript

RELEASE MANAGER

Changes

  • Some improved error handling in case clear cache calls fail

  • Added the possibility to include snippets and / or Word templates from the Content Management Module

CONTENT MANAGEMENT MODULE

Changes

  • You can now use snippets and / or Word templates in the release manager

  • The content of expired version isn't removed anymore. Expired versions are also downloadable in case the content is still available

Last updated