Closed (fixed)
Project:
RESTful Web Services
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 19:42 UTC
Updated:
14 Feb 2011 at 17:40 UTC
Very cool idea for a simple module that just works.
I started some initial testing and noticed that after enabling the module my main site navigation block had a bunch of blank lines in it (see attached screenshot). I've also confirmed that disabling the module causes this issue to go away.
Any ideas as to what would be the cause?
--Ben
| Comment | File | Size | Author |
|---|---|---|---|
| NavBlock.png | 11.93 KB | BenK |
Comments
Comment #1
klausiConfirmed, I think that requires some tweaking in the menu_alter hook.
Comment #2
dave reidYou are missing
'type' => MENU_CALLBACK,.Comment #3
klausifago fixed that recently.
Comment #4
dave reidThe first code chunk (line 161 of restws.module) is still missing its type declaration.
Comment #5
klausiThanks, fixed.