Skip to content

fix!: hide active clients (EN-340)

Elias Hawa requested to merge fix/hide-active-apps into dev

Summary

Application querying no longer displays applications whose status is "Active Client" to reflect the most common usage being the application list view. A new non-mandatory boolean field was added for querying applications, displayActive. If true, will display all applications, according to the filter, regardless of their status. If false, will display applications, according to the filter, only if they are not an active client.

Changes

  • Changed application querying to, by default, not return applications whose status is "Active Client"
  • Added query field displayActive to application querying. If true, will display all applications, according to the filter, regardless of their status. If false, will display applications, according to the filter, only if they are not an active client
  • Update application tests
Edited by Elias Hawa

Merge request reports