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

storeview renderer

Open seansan opened this issue 8 years ago • 1 comments

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 (as stored in DB) and access the value 1,2 or 3?

seansan avatar Apr 20 '17 13:04 seansan

Just been staring at what is happening here. But no matter what I do and use SKipWebsite or other: the return value in

BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Store.php

is always either empty OR "All Store views"

I dont understand the 3*$space magic - dont understand why the data is not in array of some sort

either way: cant get it to work

seansan avatar May 04 '17 20:05 seansan