Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 182 Next »

Example: TSK-1132: Replaced checkboxes in sort options with radio buttons.

Next Version:

v5.7.0

Breaking

  • TSK-1957: This TASKANA version requires a database schema update (which is backwards compatible)

Database Schema Update

Major Version Updates

Deprecations

  • TSK-1957: WorkbasketQuery#accessIdsHavePermission(workbasketPermission, String...) --> WorkbasketQuery#accessIdsHavePermissions(List<WorkbasketPermission>, String...) (old method will be removed in next release)

  • TSK-1957: WorkbasketQuery#callerHasPermission(WorkbasketPermission) --> WorkbasketQuery#callerHasPermissions(WorkbasketPermission...) (old method will be removed in next release)

New

  • TSK-1957: UserService#getUser() now sets the new attribute domains dynamically. It is aggregated by specific permissions for workbaskets which is configured by a new property: taskana.user.minimalPermissionsToAssignDomains.
    If this property is not set the domains attribute will not be set.

  • TSK-1957: user model now has 'groups' attribute, which are included in the domain aggregation when getting a user

Improvements

  • No labels