On the configuration page, (admin/config/system/graphapi), the local tasks don't show up. This is because in hook_menu,
'admin/config/system/graphapi' does not have a default local task. If you change 'admin/config/system/graphapi/engines' to MENU_DEFAULT_LOCAL_TASK, instead of just MENU_LOCAL_TASK, this works fine.
I will make a patch right after this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | local_tasks_missing-1885634.patch | 431 bytes | asherry |
Comments
Comment #1
asherry commentedhere is the patch
Comment #2
clemens.tolboomTnx.