Looks like the purl_item_edit_submit function wasn't properly ported from Drupal 6. The menu name isn't stored in $form_state['values']['menu']['menu_name'] but $form_state['values']['menu_name'] instead. Attached patch resolves.

Comments

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new415 bytes
mrfelton’s picture

Status: Needs review » Closed (duplicate)

I'm marking this as a duplicate of #808956: Menu PURL behavior is only set on customize menu form save since this is only one small part of the problems that the other ticket addresses.