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
|
@ -196,6 +196,7 @@ final class PHUITimelineExample extends PhabricatorUIExample {
|
||||||
}
|
}
|
||||||
|
|
||||||
$timeline = id(new PHUITimelineView());
|
$timeline = id(new PHUITimelineView());
|
||||||
|
$timeline->setUser($user);
|
||||||
foreach ($events as $event) {
|
foreach ($events as $event) {
|
||||||
$timeline->addEvent($event);
|
$timeline->addEvent($event);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue