mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Fix issue processwire/processwire-issues#1832
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user