osticket 1.12.2 php 7.2
this behaviour not exist in 1.11, it should default to empty not 0
there is second problem, date picker, also not showing correct hour and second, it show clock 15:00 in the ticket view, when using filter date and time.
checking with another page in SLA Due Date, date picker show correctly, how to correct this?
quick workaround: /include/class.forms.php, line 4449 change from
value="<?php echo $this->value; ?>"
to
value="<?php if ($this->value > 0) echo $this->value; ?>"
@JediKev, need to inform, pls check this bugs, still exist in latest version 1.2.15
@lewi
Have you tested with v1.14.1?
Cheers.
Still the same problem. but works with lewi workaround Line: 4676 value="<?php echo $this->value<>0?$this->value:''; ?>"
@lewi @Markus4
Always, search our Github Issues/Pull Requests as you should see: