mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-01 18:30:58 +01:00
(stable) Promote 2016 Week 25
This commit is contained in:
commit
18b27b03fa
1 changed files with 1 additions and 6 deletions
|
@ -1815,12 +1815,7 @@ EOTEXT
|
||||||
}
|
}
|
||||||
|
|
||||||
$reviewers = $message->getFieldValue('reviewerPHIDs');
|
$reviewers = $message->getFieldValue('reviewerPHIDs');
|
||||||
if (!$reviewers) {
|
if ($reviewers) {
|
||||||
$confirm = pht('You have not specified any reviewers. Continue anyway?');
|
|
||||||
if (!phutil_console_confirm($confirm)) {
|
|
||||||
throw new ArcanistUsageException(pht('Specify reviewers and retry.'));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$futures['reviewers'] = $this->getConduit()->callMethod(
|
$futures['reviewers'] = $this->getConduit()->callMethod(
|
||||||
'user.query',
|
'user.query',
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue