Opened 15 years ago
Closed 15 years ago
#7418 closed defect (fixed)
[Patch] Duplicate Announcement tabs in preferences page
| Reported by: | Tom | Owned by: | Robert Corsaro | 
|---|---|---|---|
| Priority: | low | Component: | AnnouncerPlugin | 
| Severity: | normal | Keywords: | patch | 
| Cc: | Trac Release: | 0.12 | 
Description
After installing theAnnounerPlugin there are two tabs in the user preferences page: Announcements and Exp.Announcements which render identically. The point to prefs/announcer and prefs/exp-announcer respectively.
What is the difference between these two pages? Is there a way to remove one of them as it's a bit confusing for the users.
For reference, I'm using trac 0.12 on centOS 5.5 and I installed trunk of Announcer this morning, via:
easy_install --always-unzip http://trac-hacks.org/svn/fullblognotificationplugin/trunk trac-admin /var/www/trac/pph upgrade /etc/init.d/httpd restart
I'm also using the FullBlogPlugin with the [fullblog-announcement] Announcer plugin:
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
| Keywords: | patch added | 
|---|---|
| Summary: | Duplicate Announcement tabs in preferences page → [Patch] Duplicate Announcement tabs in preferences page | 
comment:2 Changed 15 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Why? Maybe we'll never know. I've seen this independently of your report, but thanks anyway for taking care and reporting it here.
This has been fixed by removing the additional entry as suggested here in changeset [8336].




We fixed it like this:
announcerplugin/announcer/pref.py
yield ('exp-announcer', 'Exp.Announcements')