Rostislav Vítek

Results 52 issues of Rostislav Vítek

| Q | A | ------------- | --- |Description, reason for the PR| Extended entity name should be used when calling getClassMetadata on the entity manager |New feature| Yes |[BC...

Bug

## Describe the bug We need to use entityNameResolver [here](https://github.com/shopsys/shopsys/blob/15.0/packages/framework/src/Model/Blog/Category/BlogCategoryRepository.php#L24), otherwise it fails on an error when `BlogCategory` is extended on a project ``` [Gedmo\Exception\UnexpectedValueException] Tree object class: Shopsys\FrameworkBundle\Model\Blog\Category\BlogCategory must...

Bug

| Q | A | ------------- | --- |Description, reason for the PR| There was some information missing in the upgrade notes regarding the GitlabCI setting for rabbitMQ |New feature|...

## Describe the expected outcome of your requested feature ### Is your feature request related to a problem? We are using the custom Postgres function "NORMALIZE" (created in [a DB...

Easy Pick
In Backlog

| Q | A | ------------- | --- |Description, reason for the PR| In many occasions, to optimize the application, you need to restrict the scope of a product recalculation...

Enhancement
DX & Refactoring

### What is happening In `packages/framework/src/Resources/scripts/common/validation/readme.txt` (and duplicated in `packages/framework/src/Resources/scripts/admin/validation/readme.txt`) there are some useful information about the js validation but the file is lost among source code files. Content of...

Easy Pick
Documentation
In Backlog

### What is happening There are some classes that are instantiated directly in the code which makes it harder to extend. So far I have encountered these: - `ProductFilterData` -...

DX & Refactoring
In Backlog

## Describe the bug There are various links across the documentation that point to the files in the `master` branch. The `master` branch is not the main branch anymore so...

Documentation
In Backlog

It would be nice if there was a code generator for creating a basic CRUD. On every project, you need at least a few new entities. Creating them along with...

DX & Refactoring
In Backlog

## Describe the bug We have `$relatedItem` property in `OrderItem` class (https://github.com/shopsys/shopsys/blob/13.0/project-base/app/src/Model/Order/Item/OrderItem.php#L50) but it is basically not used. It is just set when creating a new order item of type...

In Backlog