1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00
phorge-phorge/src/applications/search/engine
epriestley b2de149009 Allow menu items to be edited again
Summary:
Ref T12174. We now require that we can figure out a valid "edit mode" (global vs custom/personal) before we hit EditEngine. Since the EditEngine routes don't have an `itemID`, they would failu to figure out the mode and just 404.

Let the engine use `id` (from EditEngine) if `itemID` (from MenuEngine) isn't present in the route.

Test Plan:
  - Edited some menu items on Home / Projects.
  - (I think I tested this, then broke it, originally.)

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12174

Differential Revision: https://secure.phabricator.com/D17280
2017-01-31 13:36:45 -08:00
..
__tests__ Rename "SearchEngine" to "FulltextStorageEngine" 2015-12-21 17:26:19 -08:00
PhabricatorApplicationSearchEngine.php Provide bucketing for commits in Audit 2017-01-12 12:04:05 -08:00
PhabricatorJumpNavHandler.php Merge "Audit" more completely into "Diffusion" 2017-01-11 16:28:42 -08:00
PhabricatorProfileMenuEngine.php Allow menu items to be edited again 2017-01-31 13:36:45 -08:00
PhabricatorSearchEngineAPIMethod.php Mark "v3" API methods as stable; mark obsoleted methods as "Frozen" 2017-01-09 07:16:27 -08:00