Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2401

Content2BeanUtil.setNodeDatas(Content node, Object bean, String[] excludes) does nothing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0
    • 3.6.4
    • core
    • Yes

      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.

        Acceptance criteria

              gjoseph Magnolia International
              will Will Scheidegger
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: