Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc4e47d5ad | |||
| ae70e90db2 | |||
| e0575de646 | |||
| 44d8c77718 | |||
| 670c58e02e |
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
parameters:
|
parameters:
|
||||||
app.version: '0.1.45'
|
app.version: '0.1.42'
|
||||||
|
|||||||
@@ -29,6 +29,9 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
new GetCollection(
|
new GetCollection(
|
||||||
security: "is_granted('catalog.categories.view')",
|
security: "is_granted('catalog.categories.view')",
|
||||||
normalizationContext: ['groups' => ['category_type:read']],
|
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(
|
new Get(
|
||||||
security: "is_granted('catalog.categories.view')",
|
security: "is_granted('catalog.categories.view')",
|
||||||
|
|||||||
Reference in New Issue
Block a user