1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 09:44:38 +02:00
This commit is contained in:
Ryan Cramer
2023-11-15 09:10:18 -05:00
parent c2d7b47e12
commit c86d39f146

View File

@@ -164,6 +164,8 @@ class RepeaterPageArray extends PageArray {
$page->sort = $this->count();
if($of) $this->forPage->of(true);
$this->forPage->trackChange($this->field->name);
return $page;
}
@@ -238,4 +240,3 @@ class RepeaterPageArray extends PageArray {
}
}