Merge branch 'develop' into feat/266-creation-composant-datatable
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.0.49'
|
||||
app.version: '0.0.50'
|
||||
|
||||
@@ -26,7 +26,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
||||
),
|
||||
new GetCollection(
|
||||
normalizationContext: ['groups' => ['supplier:read']],
|
||||
security: "is_granted('ROLE_ADMIN')"
|
||||
security: "is_granted('ROLE_USER')"
|
||||
),
|
||||
new Post(
|
||||
normalizationContext: ['groups' => ['supplier:read']],
|
||||
|
||||
Reference in New Issue
Block a user