Aurelien

Results 9 comments of Aurelien

hello issue confirmed on M2.4.3.-p2 having an `afterApplyDataPatch` plugin on `\Magento\Framework\Setup\Patch\PatchApplier` and a data patch doing ``` try { $this->appState->getAreaCode(); } catch (LocalizedException $e) { $this->appState->setAreaCode(FrontNameResolver::AREA_CODE); } ``` => `Notice:...

hi I used jQuery.BgSwitcher v0.4.2 as mentionned, I added the code above at the end of the "switching" function and in your own JS code: ``` javascript $('CSS path to...

you are welcome, happy to help :)

hello I was about to suggest that too it's a required feature to be able to choose this page as a startup page on a production platform waiting for that,...

hello I have the same issue (empty list if newest first is disabled) last app version, Android 10

hello and thanks first, managing floats in this module is not only about the regex second, I already tried to do this, can't remember right now but there was a...

GCD is supposed to be calculated on integers, not on floats guess it could be done after multiplying both numbers until they are integers and then dividing the result by...

exact same problem with Magento 1.9.2.1

can't find in basic Magento install for me, it was in a custom module, 2 WYSIWYG fields in the same form ``` php $fieldset->addField('short_description', 'editor', array( 'name' => 'short_description', 'label'...