[ZBX-4105] Not working button Delete in dashconf Created: 2011 Sep 03  Updated: 2017 May 30  Resolved: 2011 Sep 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.6 (beta)
Fix Version/s: 1.9.7 (beta), 2.0.0

Type: Incident report Priority: Blocker
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: patch, trivial
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Index: dashconf.php
===================================================================
— dashconf.php (revision 21476)
+++ dashconf.php (working copy)
@@ -194,7 +194,7 @@
$addButton = new CButton('add', S_ADD, "return PopUp('popup_right.php?dstfrm=" . $dashForm->getName() . "&permission=" . PERM_READ_WRITE . "',450,450);");
$addButton->setEnabled($filterEnable);

  • $delButton = new CButton('delete', S_DELETE_SELECTED);
    + $delButton = new CSubmit('delete', S_DELETE_SELECTED);
    $delButton->setEnabled($filterEnable);

$dashList->addRow(



 Comments   
Comment by richlv [ 2011 Sep 12 ]

this is for hostgroups in dashboard filter - confirming the problem in trunk rev 21617.

Comment by Alexei Vladishev [ 2011 Sep 23 ]

Fixed in revision 21909.

Generated at Fri Apr 26 05:50:18 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.