mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Add "device ready" flag to standalone dialog pages
Summary: Fixes T5541. Standalone dialog pages, including the high-security auth page, should all work fine on mobile. Test Plan: {F173598} Reviewers: chad, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Maniphest Tasks: T5541 Differential Revision: https://secure.phabricator.com/D9799
This commit is contained in:
parent
b6ea2735d7
commit
c1f7b72dd8
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ abstract class PhabricatorController extends AphrontController {
|
|||
$view = id(new PhabricatorStandardPageView())
|
||||
->setRequest($request)
|
||||
->setController($this)
|
||||
->setDeviceReady(true)
|
||||
->setTitle($title)
|
||||
->appendChild($page_content);
|
||||
|
||||
|
|
Loading…
Reference in a new issue