Ordering of items in jiraProjectAdminTabPanels not maintained when using 'weight'

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • Component/s: Connect - Jira
    • None

      Using the `weight` parameter does not reorder items for jiraProjectAdminTabPanels

       

      Example:

      "jiraProjectAdminTabPanels": [{
          "location": "projectgroup1",
          "url": "/hello-world",
          "key": "admin-panel1",
          "name":
      {         "value": "Connect Admin Panel1"     }
      ,
          "weight" : 105
      },{
          "location": "projectgroup1",
          "url": "/hello-world",
          "key": "admin-panel3",
          "name":
      {         "value": "Connect Admin Panel3"     }
      ,
          "weight" : 103
      },{
          "location": "projectgroup1",
          "url": "/hello-world",
          "key": "admin-panel4",
          "name":
      {         "value": "Connect Admin Panel4"     }
      ,
          "weight" : 102
      },{
          "location": "projectgroup1",
          "url": "/hello-world",
          "key": "admin-panel2",
          "name":
      {         "value": "Connect Admin Panel2"     }
      ,
          "weight" : 104
      },{
          "location": "projectgroup1",
          "url": "/hello-world",
          "key": "admin-panel5",
          "name":
      {         "value": "Connect Admin Panel5"     }
      ,
          "weight" : 101
      }] 

       

      still shows items ordered 1-5

            Assignee:
            Unassigned
            Reporter:
            Sreeja Gupta
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: