Skip to content

Commit

Permalink
IBX-3264: Used service name based on interface instead of implementat…
Browse files Browse the repository at this point in the history
…ion (#549)
  • Loading branch information
ViniTou authored Sep 13, 2022
1 parent 679140b commit a6178c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/services/form_processors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- "@router"
- '%ibexa.content_forms.form_processor.content_type.options%'
calls:
- [ setGroupsList, [ '@Ibexa\Core\Helper\FieldsGroups\ArrayTranslatorFieldsGroupsList' ] ]
- [ setGroupsList, [ '@Ibexa\Core\Helper\FieldsGroups\FieldsGroupsList' ] ]

Ibexa\AdminUi\Form\Processor\PreviewFormProcessor: ~

Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/services/forms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
$fieldTypeService: '@ibexa.api.service.field_type'
$thumbnailStrategy: '@Ibexa\Core\Repository\Strategy\ContentThumbnail\Field\ContentFieldStrategy'
calls:
- [setGroupsList, ['@Ibexa\Core\Helper\FieldsGroups\ArrayTranslatorFieldsGroupsList']]
- [setGroupsList, ['@Ibexa\Core\Helper\FieldsGroups\FieldsGroupsList']]
tags:
- { name: form.type, alias: ezplatform_content_forms_fielddefinition_update }

Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/services/twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

Ibexa\Bundle\AdminUi\Templating\Twig\FieldGroupRenderingExtension:
arguments:
- '@Ibexa\Core\Helper\FieldsGroups\ArrayTranslatorFieldsGroupsList'
- '@Ibexa\Core\Helper\FieldsGroups\FieldsGroupsList'
tags:
- { name: twig.extension }

Expand Down

0 comments on commit a6178c9

Please sign in to comment.