mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Add pageObjects to Macro
Summary: Fixes T9442 Test Plan: Like a macro, log out, switch to notchad, clear notification by visiting page Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9442 Differential Revision: https://secure.phabricator.com/D14129
This commit is contained in:
parent
ce7aa92c67
commit
36c8df3ef9
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ final class PhabricatorMacroViewController
|
|||
),
|
||||
array(
|
||||
'title' => $title_short,
|
||||
'pageObjects' => array($macro->getPHID()),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue