mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-29 17:00: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');
|
||||
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 {
|
||||
if ($reviewers) {
|
||||
$futures['reviewers'] = $this->getConduit()->callMethod(
|
||||
'user.query',
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue