]> source.dussan.org Git - archiva.git/commitdiff
correctly map new field for rest services
authorOlivier Lamy <olamy@apache.org>
Sat, 8 Dec 2012 17:40:24 +0000 (17:40 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 8 Dec 2012 17:40:24 +0000 (17:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1418717 13f79535-47bb-0310-9956-ffa450edef68

redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/User.java

index 6ebcca0ab16db79971011a65cbc724a677d3e961..58c5b4331f9fd432dd0910792ade12d8c51eca7a 100644 (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" ) );