Closed (fixed)
Project:
Notify
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2007 at 23:03 UTC
Updated:
29 Jul 2007 at 03:16 UTC
Jump to comment: Most recent file
The administration settings are in the admin category "content management" (admin/content) which IMO does not fit. I think it should be under "site configuration" (admin/settings).
The help text already points to "site configuration" for some reason.
... For more information, see <a href="@admin-help-system">cron</a>.</li><li>administer notify <a href="@admin-settings-notify">administer >> settings >> notify</a>.</li></ul>', array('@admin-help-system' => url('admin/help/system'), '@admin-settings-notify' => url('admin/settings/notify'))...
Patch against HEAD included.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | content.to_.setting.move_.patch | 3.78 KB | beginner |
| #3 | notification_settings_wreadme.patch.txt | 1.62 KB | Standart |
| notification_settings.patch.txt | 710 bytes | Standart |
Comments
Comment #1
stella commentedI agree with this. The notify configuration page should be located under admin/settings rather than admin/content as it currently is. At the very least the help text should contain the correct info.
I've tested this patch and it all works fine. Rob - can you apply this to CVS please?
Cheers,
Stella
Comment #2
beginner commentedThis can be considered a bug. I'll notice it better this way.
The README text should be modified accordingly.
Comment #3
Standart commentedAdded changes to README.
Comment #4
beginner commentedThe patch was good.
I had to modify hook_menu(), too, in consideration for this patch that just got committed.
http://drupal.org/node/146521#comment-272327
Also, I added a notify_update_2() because the cache had to be cleared for users to see the change. A message is printed to warn administrators.
The patch attached was committed.
Comment #5
beginner commentedhttp://drupal.org/cvs?commit=73652
Comment #6
(not verified) commented