- Issue created by @mrshowerman
- @mrshowerman opened merge request.
Confirming the added functionality. With Linkit enabled and the new "Remove links to unpublished/non-existing entities" checkbox checked in the text format, a user is able to add a link to an unpublished node, and the link shows up as a link in the WYSIWYG to an admin, but the link is rendered as a span to users that don't have permissions to view unpublished content. Likewise, the link for a node that is linked to and subsequently deleted becomes a span after deletion.
- 🇩🇪Germany mrshowerman Munich
Realized that doing an access check will lock out users that might be able to view an entity after login.
Now checking the publish status instead.