mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
b2de149009
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 |
||
---|---|---|
.. | ||
__tests__ | ||
PhabricatorApplicationSearchEngine.php | ||
PhabricatorJumpNavHandler.php | ||
PhabricatorProfileMenuEngine.php | ||
PhabricatorSearchEngineAPIMethod.php |