Closed (fixed)
Project:
Driven API
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2010 at 09:36 UTC
Updated:
2 Jul 2010 at 16:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
arhak commentednever mind, I'll take care of it (nevertheless most likely it'll be here)
I didn't get that part,
anyway, I'll check what happens when panels comes in, I'll guess I'll notice it immediately (otherwise a screenshot might be helpful)
Comment #2
splash112 commentedAh sorry
Please find in attachment
Comment #3
arhak commentedthis bug was due to wrong assumption that types were already sorted by their machine names
which is false once 3rd party modules come in with their custom content types
e.g. panels_node
to recreate this bug I'm attaching a dummy module which only declares a custom content type "QDummy"
the first letter being "Q" is to get it between "Page" and "Story",
that way the shifting occurs for every content type above QDummy including it (e.g. Page) and bellow it (e.g. Story) links are ok
Comment #4
arhak commentedComment #5
arhak commentedcommitted to HEAD