spree-contrib / spree_globalize

Adds support for model translations (multi-language stores) using Globalize gem
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
24 stars 101 forks source link

Fix product transations fields #101

Open adrianryt opened 2 years ago

adrianryt commented 2 years ago

Problem description

While editing product translations (/admin/products/{product_name}/translations), you cannot change "Field", you have to reload the page in order to do that (ex. from "Name" to "Description").

Solution

Using turbolinks I force to call the function every time page is loaded.