Uploaded image for project: 'JSON Templating Functions'
  1. JSON Templating Functions
  2. JSONFN-5

Do not print null in the results when expanding collection containing pointer to the node that no longer exists

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Neutral
    • 1.0.9
    • None
    • None

    Description

      when calling ...expand("categories")... that contain category id that no longer exists, result should not contain null like:

      {
        "categories": [
          {
            "displayName": "Example Category",
            "@name": "example-category"
          },
          null
        ],
        "title": "Example Article",
        "@name": "example-article"
      }
      
      

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              had Jan Haderka
              had Jan Haderka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoD