mage-enhanced-admin-grids icon indicating copy to clipboard operation
mage-enhanced-admin-grids copied to clipboard

[ARCHIVED] Enhanced Admin Grids extension for Magento 1. WIP version available for testing.

Results 101 mage-enhanced-admin-grids issues
Sort by recently updated
recently updated
newest added

Hope it helps ``` NOTICE: PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to BL_CustomGrid_Model_Grid_Absorber::_absorbGridCollectionColumns() must be an instance of Varien_Data_Collection_Db, instance of Aoe_Scheduler_Model_Resource_Job_Collection given, called in /app/code/community/BL/CustomGrid/Model/Grid/Absorber.php...

We only want to see the storename in storeview renderer: but this is not working Either empty, or show all 3 lines everytime Can the view be split on \n...

in class BL_CustomGrid_Helper_String extends Mage_Core_Helper_Abstract ``` public function truncateText($string, $truncateLength = 80, $truncateAt = '', &$remainder = '', $breakWords = true) { $remainder = ''; /** @var $helper Mage_Core_Helper_String */...

I using 1.0.0 version. Looks it has bug, Can you check it? BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Text.php 56 Line `if (($truncationMode = $this->getColumn()->getTruncationMode()) && ($truncationMode != self::TRUNCATION_MODE_NONE)) { /*\* @var $stringHelper BL_CustomGrid_Helper_String */ $stringHelper...

Possible issue ``` 2017-05-04T18:52:01+00:00 ERR (3): Warning: Declaration of BL_CustomGrid_Blcg_Grid_ProfileController::_setActionSuccessJsonResponse(array $actions = Array) should be compatible with BL_CustomGrid_Controller_Grid_Action::_setActionSuccessJsonResponse(array $additional = Array, $withMessages = true) in app/code/community/BL/CustomGrid/controllers/Blcg/Grid/ProfileController.php on line 16 ```

Idea for profile switcher: clicking same tab again reloads Sometimes when list updates you kind of click again. Ofcourse an F5 is same .... but is quick win 1. click...

cannot change tabs anymore popup error declaration of bl_custom should be compatibe with ![image](https://cloud.githubusercontent.com/assets/652395/25308032/a87fcb36-27ac-11e7-875a-6d4880c449af.png)

![image](https://cloud.githubusercontent.com/assets/652395/25306665/1646ff56-2792-11e7-8b4a-3a325d1a1fb8.png) ![image](https://cloud.githubusercontent.com/assets/652395/25306672/4be0f8ce-2792-11e7-8a68-cf75d301dad1.png) Fatal error: Uncaught Error: Call to undefined method BL_CustomGrid_Helper_String::substr() in /app/code/community/BL/CustomGrid/Helper/String.php:78 Stack trace: #0 /app/code/community/BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Text.php(77): BL_CustomGrid_Helper_String->truncateText('Domain.com\n...', 8, '', '', false) #1 /app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column.php(128): BL_CustomGrid_Block_Widget_Grid_Column_Renderer_Text->render(Object(Fenomics_OrderEmail_Model_Sales_Order)) #2 /app/design/adminhtml/default/default/template/bl/customgrid/widget/grid/16.phtml(201): Mage_Adminhtml_Block_Widget_Grid_Column->getRowField(Object(Fenomics_OrderEmail_Model_Sales_Order)) #3 /app/code/core/Mage/Core/Block/Template.php(241):...

truncate at nth character - from the end Suppose we add a negative value, could we make it so it countr from the end? (RTL)

Text editor, Truncate ending string: as newline \n How can we truncate at newline \n? ![image](https://cloud.githubusercontent.com/assets/652395/25233432/155c898a-25df-11e7-9d40-8b5a62fe3617.png)