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:
parent
610002ab5f
commit
86a6ec5580
|
@ -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" ) );
|
||||
|
|
Loading…
Reference in New Issue