Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-15769

It is possible to add new widget even if there is no place on Dashboard

XMLWordPrintable

    • Team D
    • Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
    • 0.25

      Steps to reproduce:

      1. Create new dashboard using similar request
        {
            "jsonrpc": "2.0",
            "method": "dashboard.create",
            "params": {
                "name": "ZBX-15596",
                "widgets": [
                    {
                        "type": "discovery",
                        "name": "12x32",
                        "x": 0,
                        "y": 0,
                        "width": 12,
                        "height": 32
                    },
                    {
                        "type": "discovery",
                        "name": "12x30",
                        "x": 0,
                        "y": 32,
                        "width": 12,
                        "height": 30
                    },
                    {
                        "type": "clock",
                        "name": "1x2",
                        "x": 5,
                        "y": 62,
                        "width": 1,
                        "height": 2
                    },
                    {
                        "type": "clock",
                        "name": "1x2",
                        "x": 6,
                        "y": 62,
                        "width": 1,
                        "height": 2
                    }
                ]
            },
            "auth": "c70164b94d5b7a23caa9054d431f9e53",
            "id": 1
        }
        
      2. Navigate to Dashboard
      3. Click Edit dashboard
      4. Scroll down to the end
      5. Add new widget in a free place
      6. Try to save the dashboard

      Result:

            gcalenko Gregory Chalenko
            agriscenko Andrejs Griščenko
            Team D
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: