Skip to content

Commit d6e1c3f

Browse files
author
roadiz-ci
committed
chore: Moved bulk action routes from AbstractSingleNodeTypeController.php and update custom_backoffice_entry doc
1 parent 9fb0450 commit d6e1c3f

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/Controller/AbstractSingleNodeTypeController.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -360,24 +360,6 @@ public function deleteAction(Request $request, int|string $id): ?Response
360360
throw new \LogicException('Use default node CRUD routes');
361361
}
362362

363-
#[\Override]
364-
protected function getBulkPublishRouteName(): ?string
365-
{
366-
return 'appArticlesBulkPublishPage';
367-
}
368-
369-
#[\Override]
370-
protected function getBulkUnpublishRouteName(): ?string
371-
{
372-
return 'appArticlesBulkUnpublishPage';
373-
}
374-
375-
#[\Override]
376-
protected function getBulkDeleteRouteName(): ?string
377-
{
378-
return 'appArticlesBulkDeletePage';
379-
}
380-
381363
abstract protected function getShadowRootNodeName(): string;
382364

383365
abstract protected function getNodeTypeName(): string;

0 commit comments

Comments
 (0)