plone / plone.restapi

RESTful API for Plone.
http://plonerestapi.readthedocs.org/
84 stars 73 forks source link

Link integrity endpoint serves different result than the browser view #1638

Open pgrunewald opened 1 year ago

pgrunewald commented 1 year ago

When comparing link integrity on the Plone classic UI and Volto, I noticed a weird difference.

When having the following setup:

When now trying to delete both pages, there should be no link breakage, since the pages references themselves. This is true for the classic UI, see screenshot:

image

Now compare this with Volto modal:

image

The Volto modal complains about a potential link breakage, which should not be there.

This was verified with Volto 17.0 and plone.restapi 8.37 and the Plone 6.1 coredev version.

tisto commented 11 months ago

@pgrunewald thanks for the bug report. We plan to work on this in the upcoming weeks for a client project. cc @jackahl @giuliaghisini.