Closed (fixed)
Project:
Webform Draggable List
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2011 at 15:04 UTC
Updated:
1 Nov 2011 at 17:50 UTC
7.x-1.1 when enabled causes Pathauto's patterns config page (admin/config/search/path/patterns) to show up blank Disabling the module brings back all of the pathauto settings.
Comments
Comment #1
attiks commentedBug confirmed, but very strange, i'll have to have a closer look ...
Comment #2
attiks commentedI did some debugging, inside pathauto.module there's a function pathauto_module_implements_alter, it should receive $hook = 'pathauto', it does when webform_draggable_list isn't enabled, but once enabled it still gets called but not with $hook = 'pathauto', but why ...
Comment #3
attiks commentedMystery solved, we added
webform_component_include('select');to the top of the file, based on what grid was doing, but since this is a module, that code got executed every time, so the registry got confused.Fixed for D7 en D6
Comment #4
attiks commentedComment #5
AndrewJarvis commentedDude you totally rock! Thanks so much! We put this part of the project off for a while and worked on other components--today we were going to start up on this again, and try to find some alternative to this module, but low and behold you've already fixed it! Fantastic :)