@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a bad constant in "audit.query"

Summary: Fixes T12117. I typed or copy/pasted this constant wrong while refactoring during T10978.

Test Plan: Called `audit.query`.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12117

Differential Revision: https://secure.phabricator.com/D17218

+1 -1
+1 -1
src/applications/audit/conduit/AuditQueryConduitAPIMethod.php
··· 75 75 PhabricatorAuditCommitStatusConstants::CONCERN_RAISED, 76 76 ), 77 77 self::AUDIT_LEGACYSTATUS_ACCEPTED => array( 78 - PhabricatorAuditCommitStatusConstants::CONCERN_ACCEPTED, 78 + PhabricatorAuditCommitStatusConstants::FULLY_AUDITED, 79 79 ), 80 80 self::AUDIT_LEGACYSTATUS_PARTIAL => array( 81 81 PhabricatorAuditCommitStatusConstants::PARTIALLY_AUDITED,