- Issue created by @nicklasmf
When editing a link in a paragraph field that is set to be checked, results in the paragraph being deleted.
- Have a Paragraph with textfield and set it to be checked by LinkChecker.
- Create a new item of the paragraph, add a link to the content, and save.
- Edit the newly created paragraph and edit the link to another link, and save.
- Observe that the paragraph is deleted.
I can see it happens in line 163 in LinkCleanUp.php, because when I remove the line, the paragraph keeps existing.
I haven't looked further into it.
$storage->delete($linksToDelete);
Active
1.0
Code