juppw

Results 2 comments of juppw

Same problem here, actions are missing. OTA update is done.

Workaround - Saving the kundensystemId First, we save the kundensystemId when it becomes available: ``` if ($this->kundensystemId === null && $action->getKundensystemId()) { $this->kundensystemId = $action->getKundensystemId(); file_put_contents(__DIR__ . '/kundensystemId.txt', $this->kundensystemId); }...