Page MenuHomePhabricator

D20686.diff
No OneTemporary

D20686.diff

diff --git a/src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php b/src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
--- a/src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
+++ b/src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
@@ -198,6 +198,7 @@
$label = $field->getLabel();
$constants = $field->newConduitConstants();
+ $show_table = false;
$type_object = $field->getConduitParameterType();
if ($type_object) {
@@ -209,6 +210,7 @@
' ',
phutil_tag('em', array(), pht('(See table below.)')),
);
+ $show_table = true;
}
} else {
$type = null;
@@ -222,11 +224,11 @@
$description,
);
- if ($constants) {
+ if ($show_table) {
$constant_lists[] = $this->newRemarkupDocumentationView(
pht(
'Constants supported by the `%s` constraint:',
- 'statuses'));
+ $key));
$constants_rows = array();
foreach ($constants as $constant) {

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 10:53 PM (5 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7636515
Default Alt Text
D20686.diff (1 KB)

Event Timeline