Opened 16 years ago
Closed 16 years ago
#8031 closed patch (fixed)
Fix mythcommflag status updates
| Reported by: | 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)
Change History (3)
by , 16 years ago
| Attachment: | mythcommflag_status_updates.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | unknown → 0.23 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Version: | unknown → head |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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