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

24:00 cannot be input at the maintenance period

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Won't fix
    • Icon: Trivial Trivial
    • None
    • 1.8.6, 1.9.5 (alpha)
    • None
    • None

      In [Configuration] -> [Maintenance] screen, I can't input 24:00 when I use calendar.

      In 417th line of frontend/php/js/class.calendar.js

      ----------
      sethour: function(){
      var hour = parseInt(this.clndr_hour.value,10);
      if((hour>-1) && (hour < 24))

      { this.hour = hour; this.syncSDT(); }

      else

      { this.clndr_hour.value = this.hour; }

      },
      ----------

            Unassigned Unassigned
            eduards Eduards Samersovs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: