[ http://jira.magnolia.info/browse/MAGNOLIA-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gregory Joseph updated MAGNOLIA-2401: ------------------------------------- Original Estimate: (was: 0.01d) Remaining Estimate: (was: 0.01d) > Content2BeanUtil.setNodeDatas(Content node, Object bean, String[] excludes) > does nothing > ---------------------------------------------------------------------------------------- > > Key: MAGNOLIA-2401 > URL: http://jira.magnolia.info/browse/MAGNOLIA-2401 > Project: Magnolia > Issue Type: Bug > Components: core > Affects Versions: 3.6.x > Reporter: Will Scheidegger > Assignee: Gregory Joseph > Fix For: 3.7 > > Attachments: content2beanutils.patch > > > When you call Content2BeanUtil.setNodeDatas(Content node, Object bean, > String[] excludes) you will note that no node datas are being set. This is > due to the fact, that the method does convert the bean into a Map and filters > out the values for the keys in excludes but then returns without doing > anything else. It _should_ however call Content2BeanUtil.setNodeDatas(Content > node, Map map) afterwards. > Patch file for the bug fix is attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------