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

Incorrect check_fields option for Bar reports items

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 2.3.2
    • Frontend (F)

      Don't work bar report item edit.

      Incorrect value "992328" for "gid" field: must be between 0 and 65535.

      I have huge DB, there is itemids > 65535

      In popup_bitem.php
      'gid' => array(T_ZBX_INT, O_OPT, P_SYS, BETWEEN(0,65535), null),

      Should be changed to:
      ~'gid' => array(T_ZBX_INT, O_OPT, P_SYS, DB_ID, null),

            Unassigned Unassigned
            oleg.egorov Oleg Egorov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: