ADSiga

Results 1 comments of ADSiga

Something i forgot: `private function generateLinkToAssociatedEntity(?string $crudController, EntityDto $entityDto): ?string { if (null === $crudController) { return null; } if (str_contains($crudController,'Rechnung') !== false) { return $this->adminUrlGenerator ->setController($crudController) ->setAction(Action::DETAIL) ->setEntityId($entityDto->getPrimaryKeyValue()) ->unset(EA::MENU_INDEX)...