Martin Grossmann
Martin Grossmann
## Describe the bug Currently, we allow installing doctrine/orm with any minor updates. Version 2.13.0 significantly improves phpdoc for ClassMetadataInfo causing our build to fail. ### To Reproduce 1. install...
| Q | A | ------------- | --- |Description, reason for the PR| `errors` should be always an array of objects, so it's the same as in other error responses...
### What is happening In `Shopsys\FrameworkBundle\Model\Order\Preview\OrderPreview` is the property `$promoCodeDiscountPercent` type hinted as `float|null` (even in constructor). See [here](https://github.com/shopsys/shopsys/blob/master/packages/framework/src/Model/Order/Preview/OrderPreview.php#L64) `OrderPreview` object is created in `Shopsys\FrameworkBundle\Model\Order\Preview\OrderPreviewCalculation` where it's passed from the...
### What is happening See https://12factor.net/processes `\Shopsys\FrameworkBundle\Component\Error\ErrorPagesFacade` saves generated error pages with Symfony's filesystem (always local). In the case of scaled application, error pages are not shared between replicas, which...
## Describe the bug In Czech translations is for example this validation message ``` msgid "Password must be at least {{ limit }} characters long" msgstr "Heslo musí mít minimálně...
| Q | A | ------------- | --- |Description, reason for the PR| Currently supported version od Symfony is 4.4. Changed link to Symfony's BC promise to supported version |New...
## Describe the bug Newly created class with the same name (and appropriate namespace) as some from framework forces annotation-fixer to add annotations from supposedly parent class. ### To Reproduce...
## Describe the bug Price resolver in `Shopsys\FrontendApiBundle\Model\Resolver\Price\PriceResolver` has defined wrong alias in method `getAliases()`. see documentation: https://docs.shopsys.com/en/9.1/frontend-api/introduction-to-frontend-api/#resolvers ### Expected behavior `getAliases` should contain all possible resolvers with meaningful aliases
## Describe the bug In framework is multiple places, where some text field (for example the name) is used in orderBy. If eshop is in a different locale (e.g. in...
## Describe the bug DataGrid column only enable/disable sorting, but then there is no info about column type, so it's not possible to sort with any collation. ### To Reproduce...