fix cache problem
This commit is contained in:
parent
86f46b59cf
commit
ca0ca3b2a2
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return function($newPage, $oldPage) {
|
||||
if ($newPage->template() == 'project' || $newPage->parents()->findBy('template', 'project')) {
|
||||
$newPage->getSteps();
|
||||
if ($newPage->template() == 'project' || $newPage->parents()->findBy('template', 'project')) {
|
||||
$newPage->getSteps(true);
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue