Use status list UI to show reviewers in Differential
Summary: Ref T1279. No logical changes, just updates the reviewer display style. We currently keep track of only "requested changes". Test Plan: See screenshot. Reviewers: btrahan, chad Reviewed By: chad CC: aran Maniphest Tasks: T1279 Differential Revision: https://secure.phabricator.com/D7228
This commit is contained in:
@@ -1004,10 +1004,10 @@ final class DiffusionCommitController extends DiffusionController {
|
||||
$item->setIcon('warning-dark', pht('Audit Requested'));
|
||||
break;
|
||||
case PhabricatorAuditStatusConstants::RESIGNED:
|
||||
$item->setIcon('open-dark', pht('Accepted'));
|
||||
$item->setIcon('open-dark', pht('Resigned'));
|
||||
break;
|
||||
case PhabricatorAuditStatusConstants::CLOSED:
|
||||
$item->setIcon('accept-blue', pht('Accepted'));
|
||||
$item->setIcon('accept-blue', pht('Closed'));
|
||||
break;
|
||||
case PhabricatorAuditStatusConstants::CC:
|
||||
$item->setIcon('info-dark', pht('Subscribed'));
|
||||
|
||||
Reference in New Issue
Block a user