Content administration permission is wrong
chx - September 21, 2007 - 21:01
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | base system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | chx |
| Status: | closed |
Description
admin/content has children with admin content, comments, feed... so the page should be available.
| Attachment | Size |
|---|---|
| node-admin_3.patch | 519 bytes |

#1
I switched on every module in core and see this with access admin pages permision.
#2
The other tab.
#3
Makes sense as drewish suggests to get this to system.module good idea.
#4
Looks good, created a new role with 'administer comments' and 'access administration pages' permissions. Tried viewing /admin and no luck. Applied patch and it worked correctly, the by task and by module views match up.
#5
Good idea, straightforward implementation. Thanks, committed.
#6