Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-5152

merge three maps with map-to-map

    XMLWordPrintableJSON

Details

    Description

      To merge two or more maps on one map with <map-to-map> element on mini-lang doesn't work.

      example :

      <call-service service-name="accReport-header" in-map-name="headerMap">
      <result-to-field result-name="jrParameters" />
      </call-service>
      <map-to-map map="reportParameters" to-map="jrParameters"/>
      <map-to-map map="parameters" to-map="jrParameters"/>

      This doesn't work because the map-to-map method doesn't accept to merge an existing to-map and the <map-to-map map="parameters" to-map="jrParameters"/> has been ignored

      Attachments

        1. OFBiz-5152
          0.7 kB
          Nicolas Malin

        Activity

          People

            jleroux Jacques Le Roux
            nmalin Nicolas Malin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: