symbiote / silverstripe-gridfieldextensions

A collection of useful grid field components.
BSD 3-Clause "New" or "Revised" License
96 stars 126 forks source link

GridFieldEditButton return "Not found" #88

Open Lukin-zz opened 9 years ago

Lukin-zz commented 9 years ago

Hi I need to be able to open the Dataobject to edit more fields an upload Images, etc. but when clicking the editbutton,.. silverstripe return a "not found" error... ss 3.1.10

quinnmerio commented 8 years ago

Having this same issue with ss 3.3.2. Lukin, did you ever find a way around this?

beeonlinenz commented 8 years ago

I see this is an old issue, but adding a GridFieldDetailForm component will include the edit form and fix the not found error ->addComponent(new GridFieldDetailForm())