Modify ↓
#7758 closed enhancement (fixed)
List default rules on user's Subscriptions panel
Reported by: | Robert Corsaro | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | 0.12 |
Cc: | Trac Release: | 0.12 |
Description
Default rules, configured by the sysadmin, should be listed on the users configuration. They should be read only and always listed as lower priority then the users rules. Because of the implementation of announcer, all rules can't be used as default rules. The rule needs to be able to find it's target subscriber in some sane way. For instance, ticket owner can have a default rule since we can look up the user's name in the ticket change event. General wiki subscriber can not, since we would have to apply it to every user in the system. This would be horrible for performance.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [9228]) Adds default rules API and user UI
Fixes #7758