* 1.12:
[Admin][ProductVariant] Switched list rendering from base locale to current
[Locale][API] Additional locale code validation
fix: err on using scss var directly inside `calc()` func; resolves Sylius#14883
Knowing if an item is enable or not is a critical information while
querying the API in admin mode. This feature ("enabled") has been
introduced in Sylius 1.8 and is exposed thanks to this commit.
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | any
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | no
| License | MIT
Not sure it that matter, but for taxes there is only one calculator - `default`.
`flat_rate` is for shipping I guess.
Commits
-------
b842bd5cb6 Fixed: Calculator at TaxRate fixtures
Not sure it that matter, but for taxes there is only one calculator - `default`.
`flat_rate` is for shipping I guess.
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | fixes https://github.com/Sylius/Sylius/issues/14823 |
| License | MIT |
Commits
-------
d1a595b90c Fix order by composite keys in OrderByIdentifierSqlWalker
This PR was merged into the 1.13 branch.
Discussion
----------
I fixed the admin's side can't create new taxon.
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no|
| Related tickets |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.11 or 1.12 branch
- Features and deprecations must be submitted against the 1.13 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
-->
Commits
-------
13c1eec907 [API] Fix admin's side can't create new taxon
I fixed the admin's side can't create new taxon.
* 1.12:
[PHPStan] Exclude SqlWalker because of a memory issue
[Core][Configuration] Add sylius_core.order_by_identifier parameter
[PHPUnit] Test OrderByIdentifierSqlWalker
Default order by in to-many associations
Add OrderByIdentifierSqlWalker
* 1.11:
[PHPStan] Exclude SqlWalker because of a memory issue
[Core][Configuration] Add sylius_core.order_by_identifier parameter
[PHPUnit] Test OrderByIdentifierSqlWalker
Default order by in to-many associations
Add OrderByIdentifierSqlWalker