Hello together,
i'm working on an admin page, listing all repeater items from different pages.
Now i want to change the status of the repeater items from this admin page via API (1043 is the id of a specific repeater item):
$this->pages->get("/test/")->test_repeater->find('1043')->addStatus(1);
But "ProcessWire: ProcessSimple: Method RepeaterPageArray::addStatus does not exist or is not callable in this context"
So i need help on how to set the status via API.
Thank you,
Christian.