Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15436426
D19659.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D19659.diff
View Options
diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php
--- a/src/applications/phriction/controller/PhrictionDocumentController.php
+++ b/src/applications/phriction/controller/PhrictionDocumentController.php
@@ -348,6 +348,10 @@
$page_content->setCurtain($curtain);
}
+ $timeline = $this->buildTransactionTimeline(
+ $document,
+ new PhrictionTransactionQuery());
+
return $this->newPage()
->setTitle($page_title)
->setCrumbs($crumbs)
@@ -356,7 +360,15 @@
array(
$page_content,
$prop_list,
- $children,
+ phutil_tag(
+ 'div',
+ array(
+ 'class' => 'phui-document-view-pro-box',
+ ),
+ array(
+ $children,
+ $timeline,
+ )),
));
}
@@ -600,7 +612,7 @@
),
$list)));
- return phutil_tag_div('phui-document-view-pro-box', $box);
+ return $box;
}
private function renderChildDocumentLink(array $info) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 2:04 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7582869
Default Alt Text
D19659.diff (1 KB)
Attached To
Mode
D19659: Give Phriction documents a normal timeline
Attached
Detach File
Event Timeline
Log In to Comment