issues
search
elliot-sawyer
/
silverstripe-linkfield
Adds a Linkfield for gorriecoe/silverstripe-link
BSD 3-Clause "New" or "Revised" License
9
stars
25
forks
source link
NEW: New extension point for has one and many fields.
#17
Closed
mfendeksilverstripe
closed
4 years ago
mfendeksilverstripe
commented
4 years ago
New extension point for has one and many field
this provides better configuration options as existing extension point
updateField
is not called via
handleRequest
new extension points are also more specific so it's easier to target customisation
Example:
I don't want to have auto complete component for has one field as links can't be shared between objects in my project
Related issues
https://github.com/gorriecoe/silverstripe-linkfield/issues/18
gorriecoe
commented
4 years ago
Looks good to me
New extension point for has one and many field
updateField
is not called viahandleRequest
Example:
Related issues