Skip to content

Commit

Permalink
IBX-4452: Deprecated Policy and Limitation TranslationExtractors
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Dec 6, 2022
1 parent 57fab30 commit 35ff8f7
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 866 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"symfony/deprecation-contracts": "^2.5",
"symfony/http-foundation": "^5.0",
"symfony/security-core": "^5.0",
"symfony/security-http": "^5.0",
Expand Down
2 changes: 2 additions & 0 deletions src/bundle/Resources/config/services/translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- { name: jms_translation.file_visitor }

Ibexa\AdminUi\Translation\Extractor\PolicyTranslationExtractor:
deprecated: 'Since ibexa/admin-ui 4.4: The "%service_id%" service is deprecated, will be removed in 5.0'
arguments:
- '%ibexa.api.role.policy_map%'
tags:
Expand All @@ -19,6 +20,7 @@ services:
- { name: jms_translation.extractor, alias: ez_location_sorting }

Ibexa\AdminUi\Translation\Extractor\LimitationTranslationExtractor:
deprecated: 'Since ibexa/admin-ui 4.4: The "%service_id%" service is deprecated, will be removed in 5.0'
arguments:
- '%ibexa.api.role.policy_map%'
tags:
Expand Down
Loading

0 comments on commit 35ff8f7

Please sign in to comment.