Opened 15 years ago
Closed 15 years ago
#294 closed defect (wontfix)
"All Programs" shows password protected groups
Reported by: | jdonavan | Owned by: | cpinkham |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
At some point the logic that prevented password protected groups from showing up in the all programs list appears to have been broken. It now truely shows all programs regardless of their password protectedness.
Change History (2)
Note: See
TracTickets for help on using
tickets.
This is not a defect, this has always been the intended action. Here's the text from my original commit log when I added the Recording Groups functionality.
"If you password protect groups, then you should also set a password for the "All" Group in setup."
This is the whole reason there is a password for "All Programs", otherwise we wouldn't need one. To make it less confusing on users, maybe we should not show password-protected groups within "All Programs" unless there is a password set for "All Programs" and the user has supplied it or the user has previously supplied the password for the password protected group. I think this can be accomplished with a couple of changes to that IF statement so I'll try to take a look at that.