silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

GridFieldOrderableRows on variations #745

Closed intotheweb101 closed 4 years ago

intotheweb101 commented 4 years ago

Hi I am wanting to add GridFieldOrderableRows to Variations on a Product, Code I have at the moment is

$gridField->getConfig()->addComponent($sort = new GridFieldOrderableRows('Sort'));

Happy to make a pull request to add this in or if this is not something you want in the base just add a hook to update the cms fields

wilr commented 4 years ago

Yep feel free to add a PR to add the sortable behaviour and the sort field which I believe we don't have currently on the data object

intotheweb101 commented 4 years ago

@wilr pull request logged #746