This repository has been archived by the owner on Feb 26, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 623: Search resources with no relationship
Currently, resources can be filtered with the following relationship criteria: - All: all resources are displayed (child, parent, or no relationship) - Parent: only parent resources are displayed - Child: only child resources are displayed This patch adds the following criteria: - None: only resources that are neither parent nor child are displayed (ie: only resources with no relationship) Test plan: - Perform a search on the resources index page, with 'None' in the Relationship dropdown list. - Check that only the resources with no relationship are displayed.
- Loading branch information