Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2021-10-07 14:09:34 +0300
committerVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2021-10-07 14:11:00 +0300
commitb46b9492d34eb59a5ca90fe1d00e18e4959278f3 (patch)
tree0888e3b9dc67e5d73649c1640764c222bba49328 /ui/hostgroups.php
parent5a03cc9324ac8c08b8dc6da56d59a182de0d46c8 (diff)
A.F....... [ZBXNEXT-6470,ZBXNEXT-6868] added separate validation for hosts and templates in mass API methods; changed data collection for audit log in mass API methods; set delete button enabled independently from real ability to delete it in host groups edit form
Diffstat (limited to 'ui/hostgroups.php')
-rw-r--r--ui/hostgroups.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/hostgroups.php b/ui/hostgroups.php
index f99c88187af..2d85688c306 100644
--- a/ui/hostgroups.php
+++ b/ui/hostgroups.php
@@ -237,8 +237,6 @@ if (hasRequest('form')) {
if (!hasRequest('form_refresh')) {
$data['name'] = $data['group']['name'];
}
-
- $data['deletable_host_groups'] = getDeletableHostGroupIds([$data['groupid']]);
}
// render view