[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabrizio Giustina resolved MAGNOLIA-2710.
-----------------------------------------
Fix Version/s: 4.1
Resolution: Fixed
done, added the following method that can be overridden:
{noformat}
protected MgnlUser userInstance(Content node) {
return new MgnlUser(node);
}
{noformat}
> Make MgnlUserManager easier to extend
> -------------------------------------
>
> Key: MAGNOLIA-2710
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2710
> Project: Magnolia
> Issue Type: Improvement
> Affects Versions: 4.0
> Reporter: Fabrizio Giustina
> Assignee: Fabrizio Giustina
> Fix For: 4.1
>
>
> MgnlUserManager should be easy to extend if someone needs to provide a
> different implementation of MgnlUser.
> There are a few places where it instantiates new users using "new
> MgnlUser(node)", it would be better if all of them are factored out in a
> single method.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------