-
### Rule
All new PHP files MUST have strict type mode enabled by starting with `declare(strict_types=1)`;. All updated PHP files SHOULD have strict type mode enabled. PHP interfaces SHOULD NOT have t…
-
### Preconditions and environment
- Magento version: 2.4.6 (installed via composer)
From `composer.json`:
- "allure-framework/allure-phpunit": "^2"
- "magento/magento2-functional-testing-frame…
-
There's an issue when there's more than one wysiwyg editor appear on the same page, the content is being copied to another textarea. e.g wysiwyg A contain text "abc" and wysiwyg B contain text "cba", …
-
Unless I'm being silly here the self test will always come back unsuccessful as it doesn't set a subject line before calling isValidForSend() so it will come back false and throw the following errors:…
-
```
What versions and operating system are you using?
OS: Xubuntu 13.04
Firefox: 21
Firebug: 1.11.4
FirePHP Server Library: Zend_Wildfire_Plugin_Firebug (Zend Framework 1.11.1)
FirePHP Extension: 0.7…
-
When upgrading to Composer ~1.10.21, patches fail to apply due to a new exception being thrown by Composer.
`
Executing command (CWD): which patch
The given CWD for the process does not exist…
-
Logic for getting prices is based on the Special Price attribute, but in case we have catalog price rule sale price in FB Catalog will not be populated. This is visible here.
https://github.com/magen…
-
In configurable product listing page swatches of configurable products are not showing.
![swatches](https://user-images.githubusercontent.com/46725562/53953027-5bef7e80-40f8-11e9-9e25-9ef8bd3824eb.…
-
Hi, when editing values in grid. Then click edit with Tiny MCE / CMS, close and re-open again
CMS cannot be opened twice
![image](https://cloud.githubusercontent.com/assets/652395/7296757/da2bc358-e…
-
### Summary
**Preconditions and environment**
- Magento 2.4.5-p1
**Steps to reproduce**
- Create a custom module
- Add custom style format according to the instructions for Extending the Tiny…