DmitryFurs
DmitryFurs
**Is your feature request related to a problem? Please describe.** If in the **etc/config.xml** file there was support for an autocomplete of available scopes, sections, groups, and fields, which would...
**Describe the bug** (*) It is not possible to create an observer through the context menu **To Reproduce** (*) Steps to reproduce the behavior: 1. Go to any class with...
**Is your feature request related to a problem? Please describe.** At the moment, we can see the list of plugins for the method by clicking on the icon in the...
### Preconditions 1. a class that uses **property** (not method) `_redirect` or `loadLayout` 2. magento-coding-standard v16 ### Steps to reproduce 1. a class that uses **properties** (not methods) that are...
### Preconditions (*) 1. Magento 2.4.2 2. Products with double quote (`"`) in sku ### Steps to reproduce (*) 1. Create product with double quote (`"`) in sku 2. Assign...
PhpStorm provides the ability to add a metadata file and describe the expected parameters for methods in it. https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html If we describe the arguments for the [constructor](https://github.com/FriendsOfMagento/module-annotations/blob/e19a52c4e48b6320b3239b1b8a68db18b7912de5/.phpstorm.meta.php#L6-L28), and then when...
### Preconditions 1. Magneto Community Edition 2.4.3-p1 ### Steps to reproduce 1. Create a table using a declarative schema 2. run setup:upgrade 3. Add rows to the created table 4....
### Preconditions 1. Magento 2.4.5-p1 2. Magento Coding Standard v29 ### Steps to reproduce 1. Create a php file, where you include any namespaced class from [restricted_classes.php](https://github.com/magento/magento-coding-standard/blob/develop/Magento2/Sniffs/Legacy/_files/restricted_classes.php) for example [\Magento\Framework\Serialize\Serializer\Serialize](https://github.com/magento/magento-coding-standard/blob/v29/Magento2/Sniffs/Legacy/_files/restricted_classes.php#L337)...
### Description (*) In task MAGETWO-94407, functionality was added for correct operation of marketing rules with configurable products. But additional labels for attributes are inconsistent. Some of them do not...
## Summary This PR adds a new command `bin/ece-patches` to enable running Adobe Commerce Cloud patches tool commands from the host inside the container. This addition aims to simplify the...