Update bug in Ticket/Display.html

One of my users just hit a bug in 3.6.3. If you open a comment on a
ticket,
add an attachment, and click ‘Update ticket’ without modifying the message
field, the attachment is silently discarded.

Here’s a patch to that makes it process the update in this case.

Harry

display.patch (1.07 KB)

Harry Bochner wrote:

One of my users just hit a bug in 3.6.3. If you open a comment on a
ticket,
add an attachment, and click ‘Update ticket’ without modifying the
message
field, the attachment is silently discarded.

Here’s a patch to that makes it process the update in this case.

Thanks. Applied