Children of multiple dimension arrays are not visible

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Data Modeling
    • None
    • None
    • None
    • Developer Tools

      Objects nested within multiple levels of arrays will not be visible on the diagram.

      // the fields list will be 
      // array     []
      // | x   number
      // | y   number
      array [
       { 
        x: 1,
        y: 2
       }
      ]
      
      // in this case, the fields list will be 
      // array []
      array: [
       [
         { 
           x: 1,
           y: 2
         }
       ]
      ]
      
      
      

            Assignee:
            Unassigned
            Reporter:
            Paula Stachova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: