silverstripe / silverstripe-linkfield

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

Deleting a link does not remove it from live table #213

Closed emteknetnz closed 4 months ago

emteknetnz commented 5 months ago

When a link is deleted, it remains on the live table.

This is because delete() is used instead of doArchive(). The docblock on delete() is wrong in saying that it removes it from both tables

PRs

GuySartorelli commented 4 months ago

PR merged