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 Ryan J Ollos

On my Trac instance, I have it configured like this: joinable_groups = Developers, CCB

comment:2 Changed 14 years ago by Robert Corsaro

Update docs. rjollos is correct. Comma seperated list. Also, inline doc needs updating for this option.

comment:3 Changed 14 years ago by Robert Corsaro

Status: newassigned

comment:4 Changed 14 years ago by Robert Corsaro

Resolution: fixed
Status: assignedclosed

(In [8912]) Adds doc string to joinable_groups

Fixes #7500

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Robert Corsaro.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.