elliot-sawyer / silverstripe-linkfield

Adds a Linkfield for gorriecoe/silverstripe-link
BSD 3-Clause "New" or "Revised" License
9 stars 25 forks source link

[#26] Disabled LinkField class's save logic #27

Open jakxnz opened 3 years ago

jakxnz commented 3 years ago

26

elliot-sawyer commented 2 years ago

Thanks for this @jakxnz !

I think there's a bigger issue here - why is LinkField not saving properly using the methods inherited from FormField? I'm not sure that telling LinkField to never save into a DataObject is the best solution. I agree with @GuySartorelli, we need some better reproduction steps.

That aside, I can't merge this in until the conflicts are resolved