Skip to content

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

@cekk

Description

@cekk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions