Christophe
Results
1
comments of
Christophe
Would something like this be good enough ? ```PHP private function processAction(string $pageName, ActionDto $actionDto, ?EntityDto $entityDto = null): ActionDto { // ... $actionDto->setTemplatePath($actionDto->getTemplatePath() ?? $defaultTemplatePath); $actionDto->setLinkUrl($this->generateActionUrl($adminContext->getRequest(), $actionDto, $entityDto)); $htmlAttributes...