Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13999950
D8935.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
685 B
Referenced Files
None
Subscribers
None
D8935.diff
View Options
diff --git a/src/applications/audit/view/PhabricatorAuditListView.php b/src/applications/audit/view/PhabricatorAuditListView.php
--- a/src/applications/audit/view/PhabricatorAuditListView.php
+++ b/src/applications/audit/view/PhabricatorAuditListView.php
@@ -79,8 +79,6 @@
public function render() {
$list = $this->buildList();
- $list->setCards(true);
- $list->setFlush(true);
return $list->render();
}
@@ -92,6 +90,7 @@
$rowc = array();
$list = new PHUIObjectItemListView();
+ $list->setCards(true);
foreach ($this->commits as $commit) {
$commit_phid = $commit->getPHID();
$commit_handle = $this->getHandle($commit_phid);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 6:12 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6731121
Default Alt Text
D8935.diff (685 B)
Attached To
Mode
D8935: Update Audit to use Cards in ObjectList
Attached
Detach File
Event Timeline
Log In to Comment