Pascal Querner
Pascal Querner
> > 1. Variables from the ENV should now be disabled for editing on the backend, but still shown. > > Yes, on default scope, but not on one website/storeview...
> In "Default" scope the attribute is locked. For "German" storeview its not. Hm. For me its locked. > No, not that other "label". :) "[STORE VIEW]" could change to...
Its now this:
> Great! ❤️ > > I can do it later, but if you have time for it, please check the red SonarCloud issues. I've removed one case. The last ones...
``` ddev php-cs-fixer Loaded config default from "/var/www/html/.php-cs-fixer.dist.php". In RuleSets.php line 65: Set "@PER-CS2.0" does not exist. ``` :/
Manually tested upgrade scripts with this: ```php
Yes, unless you can think of some more tests maybe? I think a automated test for `getStoreConfig` couldnt hurt, although I am not sure how yet. The current tests `should've`...
> Backend looks good, but `Mage::getStoreConfig('general/store_information/name')` returns an empty string. (sample datas default) From which context? Which file did you put it? I put it in `\Mage_Catalog_ProductController::viewAction` and opened a...
Hm somethings not right on your end. Even with your test script I am getting the env variable. 🤷
> ... can you please test ith with that config (https://github.com/OpenMage/magento-lts/pull/4617#issuecomment-2645980023)? That is the config I am using right now.