Ticket #9512 (closed Patch - Bug Fix: fixed)
Opened 2 years ago
Last modified 2 years ago
Two small fixes for "Set Priorities" screen
| Reported by: | billstuff2001@… | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
While working on a theme I had the following two problems in the "Set Priorities" screen:
- field "recpriorityB" is not filled in
- the "progpriority" and "finalpriority" fields do not get updated until I navigate off of and back to the current program item
I've attached patches for both problems.
Attachments
Change History
comment:1 Changed 2 years ago by stuartm
- Owner set to stuartm
- Status changed from new to accepted
- Milestone changed from unknown to 0.24.1
comment:2 Changed 2 years ago by stuartm
Ref [d78edbd]
comment:3 Changed 2 years ago by stuartm
- Status changed from accepted to closed
- Resolution set to Fixed
Ref [c884505]
The second patch isn't correct, it suggests a bug in MythUIButtonList which should be re-drawing upon changes to MythUIButtonListItem. I'm going to make this as fixed, but I'll look at the bug.
comment:4 Changed 2 years ago by billstuff2001@…
Thanks Stuart,
To clarify the priority display issue: it's the window-level info that doesn't get updated (textarea fields "recpriority" "recpriorityB" and "finalpriority", IIRC).
The display within the MythUIButtonList looks ok.
-Bill
comment:5 Changed 2 years ago by stuartm
Ok thanks, I misunderstood the issue, that's a different matter then.
comment:6 Changed 2 years ago by Bill Stuff
- Resolution changed from Fixed to fixed
Fix priority textareas not being updated when priority is increased on a list entry. Fixes #9512
Signed-off-by: Stuart Morgan <smorgan@…>
Changeset: 746ec9e11ff1e936916a82e3d402fc57b3112231
