Skip to content

[Bug]: In Quarantine Management, the RELEASED filter also matches NOTRELEASED #4365

@rhymeswithmogul

Description

@rhymeswithmogul

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:
Image

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

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions