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

attiks’s picture

Bug confirmed, but very strange, i'll have to have a closer look ...

attiks’s picture

I 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 ...

attiks’s picture

Issue tags: +Needs backport to D6

Mystery 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

attiks’s picture

Status: Active » Fixed
Issue tags: -Needs backport to D6
AndrewJarvis’s picture

Dude 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 :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.