correctly map new field for rest services

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1418717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-08 17:40:24 +00:00
parent 610002ab5f
commit 86a6ec5580
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public class User
this.setValidated( user.isValidated() );
this.setPasswordChangeRequired( user.isPasswordChangeRequired() );
this.setPermanent( user.isPermanent() );
this.setUserManagerId( user.getUserManagerId() );
setTimestampAccountCreation( DateUtils.formatWithAge( user.getAccountCreationDate(), "ago" ) );
setTimestampLastLogin( DateUtils.formatWithAge( user.getLastLoginDate(), "ago" ) );