Needs review
Project:
Checklist
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 15:46 UTC
Updated:
18 Apr 2012 at 13:37 UTC
The edit and delete links for a checklist in the admin checklists at /admin/build/checklist/list are missing. With a little digging I discovered that the theme_checklist_admin_checklists_form() function does not seem to be being invoked for me. Does anyone else experience this or am I doing something wrong? All I did was install the module and start to build a checklist. Without edit "buttons", actually links, I have to construct the admin urls by hand.
I've attached a screen shot of my checklists_admin
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2012-04-13 at 11.44.32 AM.png | 11.97 KB | StephenGWills |
Comments
Comment #1
StephenGWills commentedThe call to theme_checklist_admin_checklists_form(&$form) using the wrong form of the parameter, pardon the pun. By removing the ampersand and making this a reference instead of a value, the theme function operates correctly.
Comment #2
j_ten_man commentedThanks for this. I haven't been doing much work on the 6.x version and this is a conflict with 6.x and PHP 5.3. Anyways, should be working now.