[Vtigercrm-developers] Removing crmentity
Joao Oliveira
joaopcoliveira at gmail.com
Wed Mar 8 15:50:25 PST 2006
Dear all,
To delete one crmentity in vtiger php pages, it is "update crmentity set
deleted = 1 where...", marking it as deleted (mark_deleted method)
and all relationships: recurringevent, activity_reminder, ... are "delete
from ...".
(Delete.php in each module)
But in vtigerolservice.php (vtiger5) the activities are only marked as
deleted!... How about relationships ?
My question is: why this kind of operations aren't centralized in entity
class ? Create, Retrieve, Update, Delete...
Best Regards,
Juao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060308/276a7f5c/attachment-0003.html
More information about the vtigercrm-developers
mailing list