1
0
Fork 0
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:
Chad Little 2015-09-18 13:58:07 -07:00
parent ce7aa92c67
commit 36c8df3ef9

View file

@ -92,6 +92,7 @@ final class PhabricatorMacroViewController
), ),
array( array(
'title' => $title_short, 'title' => $title_short,
'pageObjects' => array($macro->getPHID()),
)); ));
} }