Henry Schorradt

Results 11 comments of Henry Schorradt

Hello for Windows (Docker WLS2 Setup): if you have composer 2.1.5, then remove the "composer.lock" and then > composer install now copy follow lines from Makefile to terminal console: >docker...

Sorry, but this Plugin is not maintained. No Support. I fix my problems self, but it is recommend to dont use this plugin.

Hello, i am not able to do :( here my xml: app/code/local/Simkea/Slider/etc/customgrid.xml ``` xml Slideritem 1000000001 ``` app/code/local/Simkea/Slider/Model/Grid/Type/Slideritem.php ``` php class Simkea_Slider_Model_Grid_Type_Slideritem extends BL_CustomGrid_Model_Grid_Type_Abstract { public function isAppliableToGrid($type, $rewritingClassName) {...

I am stuck with my problem :( ... Is that even possible? Is that possible with its own grid/model I use mage-enhanced-admin-grids 1.0.0-wip and Magento 1.9.1.1 and i try sort_order...

Can someone help me? A small example would be nice.

I beleave my customgrid.xml from my Module is not read by CustomGrid... `class Simkea_Slider_Model_Grid_Type_Slideritem extends BL_CustomGrid_Model_Grid_Type_Abstract { ``` protected function _getSupportedBlockTypes() { return array('slider/adminhtml_slideritem_grid'); } protected function _getBaseEditableFields($blockType) { /**...

mmmh... i believe my own Grid Type is ignored by EAG ?! my class only an part: ``` app/code/local/Simkea/Slider/etc/customgrid.xml Slideritem 30001 app/code/local/Simkea/Slider/Model/Grid/Type/Slideritem.php class Simkea_Slider_Model_Grid_Type_Slideritem extends BL_CustomGrid_Model_Grid_Type_Abstract { function __construct(){ Mage::log(__METHOD__);...