Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-12617

availability report sort

XMLWordPrintable

    • Sprint 15, Sprint 16
    • 0.125

      availability reports are not well sorted.
      according to the code in report2.php, they should be sorted by host, then by description:

      CArrayHelper::sort($triggers, ['host', 'description']);

      but there is no "host" field in the trigger array, so the report is only sorted by description.

      the trigger array contains a "hosts" array (which in my case always has only one element), that has a "name" field that can be used to sort by host.

            gcalenko Gregory Chalenko
            maaathieu59 Lemaitre Mathieu
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: