Sven Reichel
Sven Reichel
Up. For some attention.
@fballiano not reviewing these PRs, there are others with more skills in JS. Just to mention ...
Im not against it, but columns can be added via event/observer. Whats the benefit - either cache is up2date or it is not? Btw ... there are some generic events...
Please split better error messages and editor urls. (btw ... how about ONE env varibale? `EDITOR_URL=`)
> there are several situations where it changes the behavior of the code I did not see any changes in code behavoir during my tests. (not finished, but 80%) Either...
Mhh maybe better to fork https://github.com/jayelkaake/enhancedgrid or https://github.com/blmage/mage-enhanced-admin-grids? Btw constants in traits are only for php 8.2.
> PS: phpstan report that traits cannot have constant, but using self it's ok > i've to implement an interface like that? Think "yes", interface should work. Untested: i guess...
Just an idea ... maybe its possible to search custom templates for missing formkey and show this hint depending on it?
> does it need to be in the 19.x releases? Why not remove dead code at all?
I like it, but do we need this in production mode? Change ``` Mage::getIsDeveloperMode() || Mage::helper('admin/variable')->isPathAllowed($element->getPath()) ``` to ``` Mage::getIsDeveloperMode() && Mage::helper('admin/variable')->isPathAllowed($element->getPath()) ``` What do think?