-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Required confirmations before submitting
- I can reproduce this issue on the latest released versions of both CIPP and CIPP-API.
- I have searched existing issues (both open and closed) to avoid duplicates.
- I am not requesting general support; this is an actual bug report.
Issue Description
In Quarantine Management, the pre-defined filter for released messages matches all released messages (RELEASED
). However, it also includes not released (NOTRELEASED
) messages as well:
I haven't seen the backend code, but if it's PowerShell, my guess is that this filter is using -Like '*RELEASED*'
when it should be -Eq 'RELEASED'
for an exact match.
Environment Type
Sponsored (paying) user
Front End Version
v8.1.0
Back End Version
v8.1.0
Relevant Logs / Stack Trace
Metadata
Metadata
Assignees
Labels
Projects
Status
Done