-
Problem report
-
Resolution: Fixed
-
Minor
-
4.0.6rc1, 4.2.0beta1
-
Sprint 55 (Aug 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019), Sprint 52 (May 2019), Sprint 53 (Jun 2019), Sprint 54 (Jul 2019)
-
0.5
Steps to reproduce:
- 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 }
- Open newly created dashboard in a browser
- Click Edit dashboard
- Click Add widget
- Specify anything you want
- Click Add
The last 3 steps can be repeated as many times as necessary.
Observed:
New widget is added at the end.