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:
authorJanis Freibergs <janis.freibergs@zabbix.com>2021-06-10 15:48:09 +0300
committerJanis Freibergs <janis.freibergs@zabbix.com>2021-06-10 17:34:47 +0300
commit9f20abd76a2ddda2833353db55d2a816473bd9e8 (patch)
tree8e58cd8fb78fd8d5dcb5043401e86a6723ed5607 /ui/actionconf.php
parent9427f39e32c5ff5201265ab8c5f73caff9962478 (diff)
..F....... [ZBX-19123] fixed sorting by name or status on action page
* commit '839272a06e4e3112da8c2e3d63600c98df063015': ..F....... [ZBX-19123] updated changelog message; placed order_result() after acquiring data ..F....... [ZBX-19123] fixed sorting of actions (cherry picked from commit f251c101856af250ff19c4395aee0a3816c63434) (cherry picked from commit 6db70714ff80609b070c4635aee4f414f158d1d3)
Diffstat (limited to 'ui/actionconf.php')
-rw-r--r--ui/actionconf.php1
1 files changed, 1 insertions, 0 deletions
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')) {