9th January, 2020
Bug Fixes
- CORE-3336: Fixed message actions with a
ContentObject
orContentList
input not filtering values correctly - CORE-5259: Fixed swimlane authorization not triggering for non-UI elements
- CORE-5576: Fixed some properties on the
$User
system value not having the expected values
Improvements
- Added the ability to mark notifications as read, and load read/unread notifications using the API
GET /api/notifications/1/me?includeRead={true/false}
- Added a new endpoint to list the entire dependency tree for any element
GET /api/draw/1/dependencies/{id}