Skip to content

Commit 59bfd17

Browse files
author
tuomaspelkonen
committed
Fixed history view.
Summary: A lot of history views were empty. This fixes that problem. Test Plan: Played with sandbox. Reviewed By: epriestley Reviewers: epriestley, jungejason Commenters: aran CC: aran, epriestley, tuomaspelkonen Differential Revision: 316
1 parent 22b2db6 commit 59bfd17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/applications/diffusion/controller/history/DiffusionHistoryController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function processRequest() {
3232

3333
if (!$request->getBool('copies')) {
3434
$history_query->needDirectChanges(true);
35+
$history_query->needChildChanges(true);
3536
}
3637

3738
$history = $history_query->loadHistory();

0 commit comments

Comments
 (0)