workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Prevent Clearing Out Navigable When Saving Taxons #539

Closed tubbo closed 3 years ago

tubbo commented 3 years ago

The WORKAREA.newNavigationTaxons module was looking in the wrong place for the selected navigable item, therefore the selected var would always return undefined, causing the navigable_id param to be blank every time. Fix this by querying for the correct DOM node (the [data-new-navigation-taxon] element) and pulling the selected ID from its data.

Fixes #534