mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Update the SiteMembership
This commit is contained in:
@@ -78,7 +78,7 @@ public class SiteMembership extends AbstractSiteMembership
|
||||
"FirstName required building site membership of " + siteInfo.getShortName());
|
||||
}
|
||||
this.firstName = firstName;
|
||||
this.lastName = Optional.of(lastName).orElse("");
|
||||
this.lastName = Optional.ofNullable(lastName).orElse("");
|
||||
this.isMemberOfGroup = isMemberOfGroup;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user