Closed skipchris closed 11 years ago
Fixes a bug which prevented attributes on any item other than the first being updated, as form field names were being output as:
page_menu[links_attributes][title_attribute] rather than page_menu[links_attributes][1][title_attribute]
This is identical to #19
Fixes a bug which prevented attributes on any item other than the first being updated, as form field names were being output as:
page_menu[links_attributes][title_attribute] rather than page_menu[links_attributes][1][title_attribute]