mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
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
This commit is contained in:
parent
22b2db6c15
commit
59bfd17c61
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class DiffusionHistoryController extends DiffusionController {
|
||||||
|
|
||||||
if (!$request->getBool('copies')) {
|
if (!$request->getBool('copies')) {
|
||||||
$history_query->needDirectChanges(true);
|
$history_query->needDirectChanges(true);
|
||||||
|
$history_query->needChildChanges(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$history = $history_query->loadHistory();
|
$history = $history_query->loadHistory();
|
||||||
|
|
Loading…
Reference in a new issue