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 189 Next »

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

New

  • TSK-2000: Add filtering by the key of the parent Classification of the Classification of the Task.

Breaking

Database Schema Update

Major Version Updates

Deprecations

New

Improvements

  • TSK-1699: comma values in any REST queryparameter are not split anymore. Example: /api/v1/tasks/name=foo,bar will result in a search for [“foo”, ”bar”] and NOT for [“foo”, “bar”] anymore. This is now in line with our REST documentation “Whenever a parameter is an array type, several values can be passed by declaring that parameter multiple times.”. So a search for [“foo”, “bar”] should look like this: /api/v1/tasks/name=foo&name=bar

  • No labels