Posted by chx on September 21, 2007 at 9:01pm
3 followers
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | base system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | chx |
| Status: | closed (fixed) |
Issue Summary
admin/content has children with admin content, comments, feed... so the page should be available.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| node-admin_3.patch | 519 bytes | Ignored: Check issue status. | None | None |
Comments
#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