Ihor Sviziev

Results 212 comments of Ihor Sviziev

@mrtuvn, TBH this solution looks better and much simpler to me. The only concern I still have about it - it’s backward incompatible and might cause issues for some people/themes....

@mrtuvn could you push the following commit / or cherry-pick it to your repository? https://github.com/ihor-sviziev/magento2/commit/3f9feb451a88f4127a36735bdd858955a7f2b22d Also please add to the description, that this PR fixes https://github.com/magento/magento2/issues/24666

@mrtuvn, will you be able to finalize this PR?

@mrtuvn, yes, this is true, that's why I'm suggesting doing this feature enabled with some flag in the config.php or env.php file.

@mrtuvn, I just added the additional check from the deployment config. The new flag will be named as `static_content_only_enabled_modules`, default value `false`. If it is enabled in the `config.php` file...

@magento run Functional Tests CE, Functional Tests B2B, Functional Tests EE

Hi @fredden, What is a use case for writing plugin on a class that should be used only in tests?