Datum tags array breaks XML query results

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: SolarQuery
    • None

      When querying for datum and requesting XML output, if any datum contains a tag array the resulting XML is invalid, resulting in output like:

      <entry key="tags"><Object[]></Object[]></entry>
      

      The array should be encoded as a list of values, something like

      <entry key="tags"><list><value>One</value></list></entry>
      

            Assignee:
            Matt Magoffin
            Reporter:
            Matt Magoffin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: