Release 7.24.06

COMMON

Changes

  • We've now included a JavaScript test page, providing you with intellisense, so you have auto completion available for all interfaces (eg CommonInterface, FormsInterface, WorkflowInterface, ...). You'll find the link to the test page next to the link to Studio on the admin overview page. There's also a link to the JavaScript console next to it. Rights for this page is granted via the Admin Page rights.

WORKFLOW

Changes

  • Performance improvement when using a previously entered field reference.

  • There's now an extra button on the execution path page for a ticket: Evaluate in JavaScript context on the Evaluate placeholders section

Fixes

  • Fixed an object type issue in a thread cache when using the WorkflowInterface. This only occurred in a very specific situation.

TICKETING

Changes

  • You can now set the person when an update message to a task is added through the available webservice call.

SERVICE CATALOG

Changes

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

  • You can now set a color scheme per template, that scheme is used on the service overview pages and on the service detail pages.

  • Some small UI changes (document links, dropdown maximum heights, ..)

STUDIO

Changes

  • The StudioInterface.setCookie and StudioInterface.getCookie functions now do url encode and url decode by default. Functions StudioInterface.setCookieRaw and StudioInterface.getCookieRaw are added in case you don't want to encode and decode.

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

  • The edit variable modal now has a save and keep open button

Last updated