- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-24-2012
12:27 AM
Execution of Lockable.save when user is added to group?
Dear FirstSpirit Community,
is it essential to execute an Lockable.save() command after having added a FirstSpirit user to a FirstSpirit group via:
group.addUser(user);
project.save();
When adding a FirstSpirit user to a FirstSpirit project this necessity exists. Here, the JavaDoc tells us to do that. Nevertheless we wonder, whether this is needed as well for the above use case!
Labels
- Labels:
-
Developers
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ12-03-2012
05:04 AM
Hi,
you're correct. Changes to groups need to be persistent with a project.save().

