Posted by dww on October 2, 2009 at 4:32pm
| Project: | Signup Status |
| Version: | 6.x-1.x-dev |
| Component: | Signup status mailer |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dww |
| Status: | closed (fixed) |
Issue Summary
#581846: Cleanup the signup_status admin UI and provide status weights broke the site-wide admin settings page for signup_status_mailer since there are no longer tabs at admin/settings/signup_status by default. So, signup_status_mailer has to define the default local task now. This is slightly brittle, since if any other status add-on module wants to do the same, we'll have to revisit this. But, for now, it's a quick fix to get signup_status_mailer working again. ;)
Comments
#1
Actually, if we inject the default tab stuff via hook_menu_alter() instead of hook_menu(), we can do it conditionally. This way, if other signup_status add-ons want to do the same stuff, they can do the same trick, and we won't get colliding menu items.
#2
Committed to HEAD. Will be out in alpha3 or beta1 or rc1 -- whatever we call the next release. ;)
#3
Automatically closed -- issue fixed for 2 weeks with no activity.