pylonweb / refinerycms-menus

Adds menus to pages, so you can create various custom menus to use on your frontend
MIT License
24 stars 30 forks source link

Add id of current menu_link to field names. #22

Closed skipchris closed 11 years ago

skipchris commented 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]

jokklan commented 11 years ago

This is identical to #19