Opened 11 years ago
Closed 8 years ago
#11488 closed enhancement (wontfix)
Joinable Groups should be default subscribed
Reported by: | patrick | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | joinable groups |
Cc: | Trac Release: | 1.0 |
Description
Hi,
It is quite possible that I am missing something, but I don't understand why there are two steps necessary to receiving notifications for joinable groups.
The first step is to opt-in under Group Subscriptions. Then the user must set the custom rule to "always notify me on ticket changes in one of my subscribed groups."
The second step seems unnecessary to me. By opting-in to any group the user is saying they want the notifications, i.e. there should be a default rule already set.
I have prepared and attached a patch that addresses this. It would replace the JoinableGroupSubscriber class in auth.py.
Not sure if it is worth incorporating or not.
Thanks,
Patrick
Attachments (2)
Change History (7)
Changed 11 years ago by
Attachment: | joinablegroupsubscriber-patch.py added |
---|
comment:2 follow-up: 3 Changed 11 years ago by
Hi, would you kindly create a patch file as described in trac:TracDev/SubmittingPatches?
Changed 11 years ago by
Attachment: | joinable_groups.diff added |
---|
joinable groups class patch: correct format
comment:3 Changed 11 years ago by
Replying to rjollos:
Hi, would you kindly create a patch file as described in trac:TracDev/SubmittingPatches?
Attached. Sorry for the wrong format.
comment:4 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:5 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
joinable groups class patch