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
When trying to delete a thirdparty having contacts with roles, the following error occurs : Cannot delete or update a parent row: a foreign key constraint fails (atm_dolibarr.llx_societe_contacts, CONSTRAINT fk_societe_contacts_fk_socpeople FOREIGN KEY (fk_socpeople) REFERENCES llx_socpeople (rowid))
Bug
When trying to delete a thirdparty having contacts with roles, the following error occurs :
Cannot delete or update a parent row: a foreign key constraint fails (
atm_dolibarr
.llx_societe_contacts
, CONSTRAINTfk_societe_contacts_fk_socpeople
FOREIGN KEY (fk_socpeople
) REFERENCESllx_socpeople
(rowid
))Environment
Expected and actual behavior
The thirdparty and its contacts should be deleted. Currently nothing is deleted because of the error
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: