elliot-sawyer / silverstripe-linkfield

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

Support "inline" editing? #6

Open chillu opened 5 years ago

chillu commented 5 years ago

At the moment, creating and editing a link takes you to a separate screen. Have you considered inlining this editing for "has one" relationships? This might go beyond the scope of this module, but I think it'd be a great way to improve the usability. I've started a wider discussion about what an ideal link module should contain over at https://forum.silverstripe.org/t/new-links-module/1642

elliot-sawyer commented 4 years ago

The module does not have a React component included. Until it does, inline editing cannot be supported. A number of other modules which include custom fields also have this issue. More info here: https://github.com/dnadesign/silverstripe-elemental/#in-line-editing

Happy to accept PRs for this enhancement :slightly_smiling_face: