Closed (fixed)
Project:
Content Menu
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 13:08 UTC
Updated:
26 May 2012 at 12:50 UTC
I've got a node type named 'Some type'. This is converted to the machine name 'some_type'. The URL to the node add page of this type would be 'node/add/some-type'.
The function content_menu_menu_form_handler_node which constructs this url doesn't respect this fact.
So here's a patch :)
| Comment | File | Size | Author |
|---|---|---|---|
| fix-multi-worded-contenttype-names.patch | 771 bytes | leschekfm |
Comments
Comment #1
danielnolde commentedGreat little patch, leschekfm.
Tested, works like a charm as expected.
Committed to 7.x-1.x.
Thanks!