-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.4 Larks, 2.5 Larks
-
Fix Version/s: 2.10 Larks
-
Labels:
-
Sprint:2.10 Larks
public Set<UserContact> getUserContacts() { return UnmodifiableSet.decorate(contacts); }
This should be a modifiable collection since this entity is managed by ORM.