Commit ee19187
authored
[API] Set URL generation strategy for Taxon resource after the API Platform changes with usage of genId (#18196)
| Q | A
|-----------------|-----
| Branch? | 2.1
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
This PR fixes issue with APIP 4.1.17:
https://github.com/Sylius/Sylius/actions/runs/15963124014/job/45018806151#step:11:16,
after api-platform/core#7219.
Reference: api-platform/core#7261
<!--
- Bug fixes must be submitted against the 1.14 or 2.0 branch
- Features and deprecations must be submitted against the 2.1 branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the
documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Updated the Taxon API resource configuration to explicitly set the URL
generation strategy, which affects how URLs are generated for
Taxon-related API operations.
* **Style**
* Minor formatting adjustment in the XML property tag for channel price
history configuration (no impact on functionality).
<!-- end of auto-generated comment: release notes by coderabbit.ai -->File tree
2 files changed
+2
-2
lines changed- src/Sylius/Bundle/ApiBundle/Resources/config/api_platform
- properties
- resources/admin
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments