Needs work
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
xmlsitemap_menu.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 22:34 UTC
Updated:
13 Nov 2012 at 13:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jantoine commentedThe attached patch replaces all hyphens in menu names with underscores when declaring entity bundles.
Comment #3
jantoine commented#1: xmlsitemap-safe-bundle-names-1821268.patch queued for re-testing.
Comment #5
Anonymous (not verified) commentedMaybe move the str_replace before the array assignment.
I'm not saying this is the correct thing to do. Dave needs to weigh in on the change.
Comment #6
jantoine commentedNote sure why this would help, but attempting solution proposed in #5.
Comment #8
Anonymous (not verified) commentedYour change is causing the drupalPost method of the DrupalWebTestCase to not find the status and priority fields on the form. You'll need to determine why.