Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete some contents that are not indexed in intid #62

Open
cekk opened this issue Oct 27, 2017 · 0 comments
Open

Unable to delete some contents that are not indexed in intid #62

cekk opened this issue Oct 27, 2017 · 0 comments

Comments

@cekk
Copy link
Member

cekk commented Oct 27, 2017

Hi,
i have a strange situation on a Plone 5.1 installation.

I can't delete some contents because apparently they are not indexed in intid.

intid = intid if intid is not None else getUtility(IIntIds).getId(obj)

When p.a.linkintegrity tries to get the id, intids throws a KeyError.
It seems that this content isn't on intid catalog for some strange reasons.

This is not a p.a.linkintegrity problem, but could be a good idea handling this error? If the content isn't on intid, probably there isn't any relation to it and we can skip this check somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant