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:
-rw-r--r--ChangeLog.d/bugfix/ZBX-191231
-rw-r--r--ui/actionconf.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.d/bugfix/ZBX-19123 b/ChangeLog.d/bugfix/ZBX-19123
new file mode 100644
index 00000000000..abfd4aaaed4
--- /dev/null
+++ b/ChangeLog.d/bugfix/ZBX-19123
@@ -0,0 +1 @@
+..F....... [ZBX-19123] fixed sorting by name or status on action page (jfreibergs)
diff --git a/ui/actionconf.php b/ui/actionconf.php
index 00bf3d803e0..ba8783a6017 100644
--- a/ui/actionconf.php
+++ b/ui/actionconf.php
@@ -587,6 +587,7 @@ else {
'sortfield' => $sortField,
'limit' => $limit
]);
+ order_result($data['actions'], $sortField, $sortOrder);
// pager
if (hasRequest('page')) {