Opened 14 years ago

Closed 14 years ago

#8031 closed patch (fixed)

Fix mythcommflag status updates

Reported by: Jim Stichnoth <stichnot@…> Owned by: Stuart Auchterlonie
Priority: minor Milestone: 0.23
Component: MythTV - Mythcommflag Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

r23360 modified JobQueue::ChangeJobStatus?() so that the DB is only updated when the job status actually changes. However, mythcommflag uses this function to change the job comment, even when the job status hasn't necessarily changed. This means no running status updates are recorded beyond the initial "Building Head Start buffer".

This patch fixes it, though at the cost of an additional DB query per status update.

Attachments (1)

mythcommflag_status_updates.patch (495 bytes) - added by Jim Stichnoth <stichnot@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Jim Stichnoth <stichnot@…>

comment:1 Changed 14 years ago by Stuart Auchterlonie

Milestone: unknown0.23
Owner: changed from cpinkham to Stuart Auchterlonie
Status: newassigned
Version: unknownhead

comment:2 Changed 14 years ago by Stuart Auchterlonie

Resolution: fixed
Status: assignedclosed

(In [23502]) Closes #8031. Make commflagger status updates work properly again.

Note: See TracTickets for help on using tickets.