Release 108 - July 2022

Introduction

This release contains the following:

  • New features
    • API
      • Additional information about users: permissions and groups
      • Filtering documents by Published Date
  • Bug fixes & improvements
    • Policy Management
    • Policy Portal
    • Admin Panel

For any questions, please email support@clausematch.com and we will further assist you.


New features

1. API

1.1 Additional information about users: permissions and groups

As part of the access management API, you can now get information related to

  • what platform permissions users have
  • and which groups they’re included in
"authorities": [
"user_manager",
"portal_manager"
],
"groups": [
"custom group #1",
"custom group #2"
]

These request endpoints were updated:

  • GET /public-api/v0.0.1/users

  • GET /public-api/v0.0.1/users/external/{externalId}

1.2 Filtering documents by Published Date

To understand how many policies are published over a certain period and determine the operational efficiency, we extended the search endpoint to provide capabilities to filter by PublishedDate

New filters:

  • lastPublishedDateFrom - to get the list of documents that were published since the specified date
  • lastPublishedDateTo - to get the list of documents that were published before the specified date

This request endpoint was updated:

  • GET /public-api/v0.0.1/documents/search


Bug fixes & improvements

For details on each fix listed below, please visit this details page.

Policy Management

  • Fixed an incident that caused bold and italic styles in numbering to be imported incorrectly
  • Fixed a bug that caused untagged paragraphs to be filtered out if "include untagged paragraphs in filtering" is turned ON in config

  • Fixed a bug that caused the "Add from template" action not to reset by "Undo" operation
  • Fixed a bug that caused tables to overlap the right border after paragraph reordering
  • Fixed a bug that caused spellcheck to switch off when working in compare versions mode
  • Fixed a bug that caused long names of groups to not render correctly in settings, dropdowns and reports

Policy Portal

  • Fixed a bug that caused the toggle to not turn off on Settings modal

Admin Pane

  • Fixed an incident that caused special characters in metadata choices to be removed