Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • All the libraries and dependencies have been updated to the latest versions.

  • The organizational unit type has been extended. Besides the ability to group and organize different organizational units, you now also have the option to categorize them into legal entities, regular organizational unit and into positions.

  • We have introduced a delegation context for resource assignments. You now can specify in which context a resource will be assigned to a user. This can be in the context of the user, in the context of a different user or in the context of an organizational unit or legal entity. The same support was added to the CoreOne Authentication Service so that those context values can be deployed with the token.

  • There is a new event handler that allows you to execute a Next-Gen Workflow as a event handler

  • BREAKING CHANGE: There is a new template \Templates\Parts\AdminUiLink.part which hast to be adjusted with Url to AdminUi. It is used in approval mails.

  • BREAKING CHANGE: There is a different serialization of DateTime in the templates. So old was one was <xsl:value-of select="SomeDateProperty/DateTime/DateString" /> New was one is <xsl:value-of select="SomeDateProperty/DateTime/Local/DateString" /> or <xsl:value-of select="SomeDateProperty/DateTime/Utc/DateString" /> depending on if time should be in local timezone or in UTC.

  • The assignment state delete pending of not yet valid resource assignments doesn't block the deprovisioning of identities and resource assignments anymore.

...