Document the use of the active bit in Account.
Change-Id: I4ad091691a92a93b4671238f7240dddad32580ab
This commit is contained in:
@@ -155,7 +155,9 @@ public final class Account {
|
||||
|
||||
// DELETED: id = 6 (generalPreferences)
|
||||
|
||||
/** Is this user inactive? */
|
||||
/** Is this user inactive? This is used to avoid showing some users (eg. former employees)
|
||||
* in auto-suggest.
|
||||
*/
|
||||
@Column(id = 7)
|
||||
protected boolean inactive;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user