Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Jan 30, 2025
1 parent cbde8af commit d464f7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 861 deletions.
17 changes: 0 additions & 17 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,23 +234,6 @@ services:
arguments:
- '@serializer.name_converter.metadata_aware'

App\Normalizer\ItemNormalizerDecorator:
decorates: 'api_platform.serializer.normalizer.item'
arguments:
- '@api_platform.metadata.property.name_collection_factory'
- '@api_platform.metadata.property.metadata_factory'
- '@api_platform.iri_converter'
- '@api_platform.resource_class_resolver'
- '@api_platform.property_accessor'
- '@api_platform.name_converter'
- '@serializer.mapping.class_metadata_factory'
- '@api_platform.item_data_provider'
- '%api_platform.allow_plain_identifiers%'
- []
- !tagged_iterator 'api_platform.data_transformer'
- ~
- '@api_platform.security.resource_access_checker'

App\Normalizer\Indexer\ThrowExceptionNormalizer:
tags: [{ name: 'serializer.normalizer', priority: -801 }] # to be just after CustomNormalizer

Expand Down
1 change: 1 addition & 0 deletions src/Entity/EntityIdentityTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ trait EntityIdentityTrait
'audience_list_read',
'audience_read',
'audience_segment_read',
'my_team_member_write',
'cause_read',
'committee:list',
'committee:read',
Expand Down
Loading

0 comments on commit d464f7a

Please sign in to comment.