Modify ↓
Opened 14 years ago
Closed 14 years ago
#7500 closed defect (fixed)
joinable_groups not displaying correctly
Reported by: | Bassdread | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hi, Setting: [announcer] joinable_groups = @Foo @Bar
displays only one check box on the preferences screen.
I tracked this down to line 103 in announcer/subscribers/ticket_groups.py. Adding self.joinable_groups[0].split(' ') meant the groups are split out and rendered as multiple check boxes on the preferences page.
Is this a bug or am I defining the groups incorrectly? There is no example for the trac.ini file.
Thanks
Attachments (0)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Update docs. rjollos is correct. Comma seperated list. Also, inline doc needs updating for this option.
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
On my Trac instance, I have it configured like this: joinable_groups = Developers, CCB