Sven Reichel
                                            Sven Reichel
                                        
                                    Hey, am i allowed to use M1-Readme for openmage.org? (If you dont want to support M1 anymore, maybe point users to OM?)
Thanks, No need to add me as collaborator, i have nothing to add :) If openmage can re-use your docs it could be a great addition.
> Side note for @colinmollenhour: the `README.md` is auto-generated by the `csv2md.php` so while you can edit the `README-M1.md` manually To keep automation, why not add removed lines from `resources.csv`...
Closed with #9
How about ... ``` {"filterable": { "order_status": {"type": "widget_grid_column_filter_select", "source_model": "catalog/product_status", "method": "yourMehtod"} } } ``` ... where `method` could default to toOptionArray() ...
Due to lack of feedback close?
Do you use mod_security?
@kevincal again, have you mod_security turned ON? Sounds exactly like this: http://stackoverflow.com/questions/32983206/having-in-get-post-causes-server-to-return-403-forbidden
To Reproduce the query should be ... (added missing FROM) ``` SELECT DISTINCT DATE(sales_flat_order_item.created_at) AS Date, sales_flat_order_item.sku AS Item_Number, sales_flat_order_item.name AS Item_Description FROM sales_flat_order_item GROUP BY Date, Item_Number ORDER BY...
@edward-simpson can you please post you complete config including query? I'd take a look at this these days ...