[ZBX-15766] It is possible to add unlimited count of widgets to Dashboard Created: 2019 Mar 05  Updated: 2024 Apr 10  Resolved: 2019 Sep 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 4.0.6rc1, 4.2.0beta1
Fix Version/s: 4.0.13rc1, 4.2.7rc1, 4.4.0alpha3, 4.4 (plan)

Type: Problem report Priority: Minor
Reporter: Alexander Shubin Assignee: Vasily Goncharenko (Inactive)
Resolution: Fixed Votes: 0
Labels: dashboard, widgets
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: GIF File IE_dashboard.gif     GIF File Message_scrolling.gif     PNG File dark_constrast.png     PNG File diff_font_size.png     PNG File messages.png    
Team: Team D
Sprint: Sprint 55 (Aug 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019), Sprint 52 (May 2019), Sprint 53 (Jun 2019), Sprint 54 (Jul 2019)
Story Points: 0.5

 Description   

Steps to reproduce:

  1. Create new dashboard with two widgets of maximum size 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": "12x32",
                    "x": 0,
                    "y": 32,
                    "width": 12,
                    "height": 32
                }
            ]
        },
        "auth": "c70164b94d5b7a23caa9054d431f9e53",
        "id": 1
    }
    
  2. Open newly created dashboard in a browser
  3. Click Edit dashboard
  4. Click Add widget
  5. Specify anything you want
  6. Click Add

The last 3 steps can be repeated as many times as necessary.

Observed:
New widget is added at the end.



 Comments   
Comment by Vasily Goncharenko (Inactive) [ 2019 Jun 19 ]

Fixed in development branch feature/ZBX-15766-4.0

Comment by Vasily Goncharenko (Inactive) [ 2019 Aug 29 ]

Fixed in:

  • 4.0.13rc1 abf7c4439db
  • 4.2.7rc1 72d62055eab
  • 4.4.0alpha3 (master) 1b21ab19459
Generated at Fri Apr 26 15:49:38 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.