[ERP-46] Exposer le référentiel CategoryType en lecture seule #18

Merged
malio merged 3 commits from feature/ERP-46-exposer-category-type-lecture-seule into develop 2026-05-28 09:45:07 +00:00
Showing only changes of commit 767bd4497a - Show all commits
@@ -29,6 +29,9 @@ use Symfony\Component\Serializer\Attribute\Groups;
new GetCollection(
security: "is_granted('catalog.categories.view')",
normalizationContext: ['groups' => ['category_type:read']],
// Tri par defaut requis par la spec M0 § 4.6 : ordre alphabetique
// stable pour alimenter le <MalioSelect> du formulaire Category.
order: ['label' => 'ASC'],
),
new Get(
security: "is_granted('catalog.categories.view')",