Closed (fixed)
Project:
Admin links
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2009 at 12:03 UTC
Updated:
11 Jul 2009 at 06:30 UTC
If you have a node which, in full page mode, displays a list of teasers to other nodes, the edit and delete links will not appear on those teasers. A classic example is organic groups; suppose I have a blog for each organic group, and on my group's home page, I have teasers for the first ten blog posts. The edit/delete links won't appear for those blog posts. This is due, I believe, to a minor issue in the admin_links_link function, which this patch should fix. I've tested it in my own environment, and it works fine.
| Comment | File | Size | Author |
|---|---|---|---|
| admin_links.module.patch | 539 bytes | shaisachs |
Comments
Comment #1
dave reidAs a part of #503636: Copy the node/%/* local tasks instead of manually providing links I implemented the following function:
This should fix this issue. Once the 6.x-1.x-dev build is repackaged, please give it a try and let me know if it fixes this problem!