[
http://jira.magnolia.info/browse/MAGNOLIA-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18430#action_18430
]
Hudson CI server commented on MAGNOLIA-2401:
--------------------------------------------
Integrated in !http://hudson.magnolia.info/nocacheImages/16x16/blue.gif!
[magnolia_main-trunk
#97|http://hudson.magnolia.info/job/magnolia_main-trunk/97/]
: applied patch - thanks Will !
> 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
>
> Original Estimate: 0.01d
> Remaining Estimate: 0.01d
>
> 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/
----------------------------------------------------------------