You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom code is needed to delete catalog and cable catalog items from the list view delete button. We can't use the REMOVE cascade type because of referential integrity, e.g., we don't want to remove inherited catalog item connectors when we delete cable design items that use those connectors. So we need to handle delete manually to delete connector items that are not used in ItemConnectors. Otherwise they are left in the database, and you can't delete connector_type rows that those connector rows refer to.
The text was updated successfully, but these errors were encountered:
Custom code is needed to delete catalog and cable catalog items from the list view delete button. We can't use the REMOVE cascade type because of referential integrity, e.g., we don't want to remove inherited catalog item connectors when we delete cable design items that use those connectors. So we need to handle delete manually to delete connector items that are not used in ItemConnectors. Otherwise they are left in the database, and you can't delete connector_type rows that those connector rows refer to.
The text was updated successfully, but these errors were encountered: