CMDBuild Forum

Delete a link with data

Hello,

I have a problem when I want to delete a link between two classes. In fact, after deleting the data link classes when trying to delete data with status = U (In PgAdmin), I have this error  "CM_FORBIDDEN".
after I remove the two tables and the link but when I try to repeat classes and  link it tells me that the trigger already exists. I tried to find the trigger, but without success


I would like to know what to do to remove a link and no longer have traces.

I'm using CMDBuild 2.0.4 with Ubunto Server.

Regards

Hello,

the CMDBuild philosophy is to always maintain the complete versioning of all data.
So the update / deletion of a card / relation is carried out not in a physical way but only in a logical way.
The updated / deleted cards / relations (Status = 'U' / 'N') become hidden in CMDBuild GUI (visible only in the History TAB), but can not be deleted from the CMDB.
CMDBuild Team