mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-03 02:18:24 +01:00
6bb9d3ac67
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 |
||
---|---|---|
.. | ||
__tests__ | ||
PhabricatorApplicationSearchEngine.php | ||
PhabricatorDatasourceEngine.php | ||
PhabricatorProfileMenuEngine.php | ||
PhabricatorSearchEngineAPIMethod.php |