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

messy "no <entity> with id" strings

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 2.1.6
    • Frontend (F)
    • trunk r38778

      ./include/triggers.inc.php: error(_s('No trigger with triggerid "%1$s".', $triggerid));
      ./include/hosts.inc.php: error(_s('No host groups with groupid "%s".', $groupid));
      ./include/hosts.inc.php: error(_s('No host with hostid "%s".', $hostid));
      ./include/hosts.inc.php: error(_s('No application with ID "%1$s".', $applicationid));
      ./include/items.inc.php: error(_s('No item with itemid="%1$s".', $itemid));
      ./include/items.inc.php: error(_s('No item with itemid "%1$s".', $itemid));
      ./include/graphs.inc.php: error(_s('No graph item with graphid "%s".', $graphid));

      a) we should use either ID or <entity>id, not both.
      b) notice "with itemid " and "with itemid="

            Unassigned Unassigned
            richlv richlv
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: