[ZBX-6004] Monitoring->Screens gets all screens with all elements independent of selected screen Created: 2012 Dec 16  Updated: 2017 May 30  Resolved: 2012 Dec 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 2.0.5rc1, 2.1.0
Fix Version/s: 2.0.5rc1, 2.1.0

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: redundancy
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Look comments for getting more information!



 Comments   
Comment by Alexey Pustovalov [ 2012 Dec 16 ]
2. screen->get [screens.php:141]
Parameters:
Array
(
    [nodeids] => 0
    [output] => extend
    [selectScreenItems] => extend
)
Comment by Alexey Fukalov [ 2012 Dec 18 ]

Fixed in: svn://svn.zabbix.com/branches/dev/ZBX-6004

Comment by Alexey Pustovalov [ 2012 Dec 18 ]

(1)

$data['screens'] = API::Screen()->get(array(
        'nodeids' => get_current_nodeid(),
        'output' => API_OUTPUT_EXTEND
));

We should get only required data, not all.

tomtom CLOSED

Comment by Toms (Inactive) [ 2012 Dec 18 ]

TESTED

Comment by Alexey Fukalov [ 2012 Dec 18 ]

Fixed in 2.0.5rc1 r32219, pre-2.1.0 r32222.

Comment by Alexey Pustovalov [ 2012 Dec 18 ]
3. screen->get [CScreenBuilder.php:136]
Parameters:
Array
(
    [screenids] => 1854
    [output] => extend
    [selectScreenItems] => extend
    [editable] => 1
)

is [editable] => 1 ok for monitoring page?

Generated at Wed Apr 24 20:14:06 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.