Actions
Feature #8443
closedRemoving CustomValue with related User object
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
-
Start date:
2011-05-26
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
Hi,
I'm working on plugin which creates CustomValue with relation to User (User has UserCustomField created). When I erase User object, it will not erase his CustomValue object. The problem is, that I'm searching for User according to value in his CustomValue, and if User object is erased, CustomValue object remains in DB. I was expecting that CustomValues are erased with related object.
Maybe it is defect, maybe it is feature and maybe I should just patch it in my plugin. But right now it's not behavior which I'm expecting and I have to deal with it somehow.
Thanks.
Regards
Jozef
Redmine: devel (Revision 5881)
DB: postgres
rails: 2.3.11
ruby: 1.8.7
Related issues
Actions