[ZBX-15769] It is possible to add new widget even if there is no place on Dashboard Created: 2019 Mar 05  Updated: 2024 Apr 10  Resolved: 2019 Apr 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 4.0.5
Fix Version/s: 4.0.7rc1, 4.2.1rc1, 4.4.0alpha1, 4.4 (plan)

Type: Problem report Priority: Trivial
Reporter: Andrejs Griščenko Assignee: Gregory Chalenko
Resolution: Fixed Votes: 0
Labels: dashboard, widget
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: GIF File adding_widget.gif     GIF File placeholder_over_widget.gif    
Team: Team D
Sprint: Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
Story Points: 0.25

 Description   

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:



 Comments   
Comment by Gregory Chalenko [ 2019 Apr 03 ]

Fixed in:

  • 4.0.7rc1 r91977
  • 4.2.1rc1 r91978
  • 4.4.0alpha1 r91979
Generated at Sat Apr 05 05:54:00 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.