update controller not to extend apiController and make some changes in repository + serializer

This commit is contained in:
2023-11-09 18:33:07 +01:00
parent 6c93c8b8fa
commit 3ae8e0c406
5 changed files with 84 additions and 20 deletions

View File

@@ -792,7 +792,7 @@ class ChillMainExtension extends Extension implements
],
],
],
[
/* [
'class' => \Chill\MainBundle\Entity\DashboardConfigItem::class,
'controller' => \Chill\MainBundle\Controller\DashboardApiController::class,
'name' => 'dashboard-config-item',
@@ -833,7 +833,7 @@ class ChillMainExtension extends Extension implements
],
],
],
],
],*/
],
]);
}