mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
SetUser on Timeline UIExample
Summary: Fixes T9103, sets the user Test Plan: visit uiexamples timeline Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9103 Differential Revision: https://secure.phabricator.com/D13823
This commit is contained in:
parent
58b622852f
commit
f7b16c3bf9
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ final class PHUITimelineExample extends PhabricatorUIExample {
|
|||
}
|
||||
|
||||
$timeline = id(new PHUITimelineView());
|
||||
$timeline->setUser($user);
|
||||
foreach ($events as $event) {
|
||||
$timeline->addEvent($event);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue