Skip to content

Commit

Permalink
[Workspace] fixes copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Jul 21, 2023
1 parent 530f02f commit 4d52c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/app/Controller/AbstractCrudController.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,11 @@ public function copyBulkAction(Request $request, $class): JsonResponse
public static function getOptions(): array
{
return [
'get' => [],
'list' => [Options::SERIALIZE_LIST],
'create' => [Crud::THROW_EXCEPTION],
'update' => [Crud::THROW_EXCEPTION],
'copyBulk' => [],
];
}

Expand Down

0 comments on commit 4d52c4f

Please sign in to comment.