Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Technical
Created by Guest
Created on Jan 19, 2023

Reindex tblSoftLink when property is deleted from code

The case is, if you are removing properties from the model and the properties have values, they will not be deleted from epi.

So then projects have a pluign to delete these properties since we do not want them to be shown for the editors (at least not on the Content panel where they appear).

If we delete a property that has a reference to a page, it will exist in the tblSoftLink and when trying to delete the page that is referred it will show up in this list.

By republish these pages, the table will be updated and the reference is gone and the page can be deleted.

To create an endpoint which we can call to reindex the instance of a contenttype to reindex the links for all pages of this type could be a solution.

And perhaps an endpoint where all the links in the tblSoftLink is updated could be useful.