Add an option to the Recert Report that allows users to view all rules without an assigned owner.
Proposed Solution
- Create a join between
rule and rule_owner.
- Identify all rules that have an assigned owner (
rule_owner).
- Retrieve all active rules from
rule that are not present in rule_owner.
Maybe:
- Owner-Drop-Down "Rules without Owner"