silverstripe / silverstripe-linkfield

Silverstripe module for managing links
BSD 3-Clause "New" or "Revised" License
4 stars 14 forks source link

ENH Rename and move Title field #207

Closed emteknetnz closed 5 months ago

emteknetnz commented 5 months ago

I fixed a few issues at once because it made sense because they're very closely related

The general approach of this PR was to update PHP change 'Title' to 'LinkText', though JS was left completely alone and still uses 'title'

Also in the XHR request to get linkData, there is now always a populated 'Title' field returned that returns getTitle().

This means we'll never have a empty title field unless someone puts in custom code to have a blank default title in which case it'll still have the unclickable area, though that's such an edge case I don't think we need to worry about it,

Issues