1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-03 02:18:24 +01:00
phorge-phorge/src/applications/search/engine
epriestley 6bb9d3ac67 Allow users to add "ProfileMenu" items on mobile
Summary:
Depends on D20337. Fixes T12167. Ref T13272. On this page ("Favorites > Edit Favorites > Personal", for example) the curtain actions aren't available on mobile.

Normally, curtains are built with `Controller->newCurtainView()`, which sets an ID on the action list, which populates the header button. This curtain is built directly because there's no `Controller` handy.

To fix the issue, just set an ID. This could probably be cleaner, but that's likely a much more involved change.

Test Plan: Edited my favorites, narrowed the window, saw an "Actions" button.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13272, T12167

Differential Revision: https://secure.phabricator.com/D20338
2019-03-27 16:05:55 -07:00
..
__tests__ Remove PhabricatorSearchEngineTestCase 2017-03-28 13:57:55 -07:00
PhabricatorApplicationSearchEngine.php Fix a bug where "View as Query" could replace a saved query row by ID, causing workboard 404s 2018-11-01 05:44:49 -07:00
PhabricatorDatasourceEngine.php Allow third-party code to extend upstream datasources via EngineExtension 2018-02-14 18:11:51 -08:00
PhabricatorProfileMenuEngine.php Allow users to add "ProfileMenu" items on mobile 2019-03-27 16:05:55 -07:00
PhabricatorSearchEngineAPIMethod.php Fix "abou" typo of "about" in SearchEngine API methods 2019-03-12 12:02:05 -07:00