Rik Willems
Rik Willems
I found that the current order of commands during a deploy doesn't (fully) import the configuration properly. The `setup:db-data:upgrade` command sets the `config_hash` in the `flag` table. This in turns...
I've created a console command that updates the status of an order. When executing the command an extra transaction is started that causes a lock. The extra transaction is not...
During development I often have the cache-clean watcher running. When I switch branch and do a composer install the watcher registers the file changes, but then keeps cleaning and cleaning....
My development setup is based on Valet Plus. Local usage of this module results in this error: ``` [2020-01-20 09:18:12] main.ERROR: Staempfli_ImageResizer: could not find image: Warning: fopen(): SSL operation...
When trying to edit a custom entity attribute I get the following error. ``` Error: Call to undefined method Magento\Eav\Model\ResourceModel\Entity\Attribute\Interceptor::getUsedInForms() in /Users/username/Sites/project/vendor/magento/module-eav/Model/Attribute.php:77 Stack trace: #0 /Users/username/Sites/project/vendor/magento/module-eav/Model/Entity/Attribute.php(539): Magento\Eav\Model\Attribute->getUsedInForms() #1 /Users/username/Sites/project/vendor/magento/framework/App/Cache/Tag/Strategy/Identifier.php(25): Magento\Eav\Model\Entity\Attribute->getIdentities()...
This module conflicts with other modules that work on base64 encoded widget data. In my project I also base64 encode/decode widgets to add RTE and nested widgets. This patch fixes...
Through the use of `Magento\PageBuilder\Model\State` this module unnecessarily depends on PageBuilder being present. Since I always remove all PageBuilder code through Composer replace this leads to an issue. In my...
### Preconditions and environment - 2.4.7-p8 ### Steps to reproduce Set config `sales_email/order/enabled` = `0`. Send a sales email from the backend (order confirmation, invoice, etc). ### Expected result See...
When an image already has a `loading="lazy"` attribute and the module is setup to add lazyloading the attributed is doubled in the image tag.