1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-23 13:08:18 +01:00
phorge-phorge/src/applications/search/engine
epriestley f92480fb77 Fix two minor display issues with the Conduit "*.search" API documentation
Summary:
Depends on D20685. Ref T13350. Currently:

  - When a SearchEngine parameter is marked as hidden from Conduit, we may still render a table of possible values. Instead, only render the table if the parameter is actually usable.
  - The table header is hard-coded to say `'statuses'`, which is just a silly mistake. (Most commonly, this table does have `statuses` constants.)

Test Plan: Viewed the Conduit API documentation for the new "slowvote.poll.search" API method, saw more sensible display behavior.

Maniphest Tasks: T13350

Differential Revision: https://secure.phabricator.com/D20686
2019-07-31 11:27:05 -07:00
..
__tests__ Remove PhabricatorSearchEngineTestCase 2017-03-28 13:57:55 -07:00
PhabricatorApplicationSearchEngine.php Add a "Customize Query" action to query panels to make it easier to make minor query adjustments 2019-05-01 11:01:09 -07:00
PhabricatorDatasourceEngine.php Allow third-party code to extend upstream datasources via EngineExtension 2018-02-14 18:11:51 -08:00
PhabricatorProfileMenuEngine.php Make "Favorites" work more like other customizable menus 2019-04-09 13:59:35 -07:00
PhabricatorProfileMenuItemView.php Update all existing ProfileMenuItems for the more-structured API 2019-04-02 15:20:39 -07:00
PhabricatorProfileMenuItemViewList.php When picking a default menu item to render, don't pick disabled items 2019-04-02 15:21:27 -07:00
PhabricatorSearchEngineAPIMethod.php Fix two minor display issues with the Conduit "*.search" API documentation 2019-07-31 11:27:05 -07:00