Hi,
I recently purchased this plugin. While learning how to use it I may have discovered a bug. I’m not sure if this is actually bug in Bubble or in the plugin. Let me try to explain.
I built a simple page by following the instructions ste by step. Drag & drop worked perfectly on the display. Then I wanted to test how to save the order in the DB by using “A Dragable RG Moved” event in the workflow. I spent some hours trying to figure out why it was not working.
Finally I discovered that the new order value (that is a number with decimals) was saved in the DB with a wrong decimal separator. Plugin seems to use dot as a separator, but due to the default language settings of my app (Finnish) the DB was expecting comma as a decimal separator. I could not find any locale settings in Bubble, so I assume some locale settings like decimal separator are automatically based on the app default language.
I could work around the issue by changing my app default language to en-us, which is something I don’t want to do. My app has two languages (fi and en) and Finnish should be the default . Now I must figure out how to get the app load the Finnish page by default to users who are not logged in. I guess it’s can be done by setting the Current User language to Finnish conditionally (only when the current user is not logged in) at the time of page load.
Please consider fixing the decimal separator issue in case that is related to the plugin.
EDIT: Luckily it seems that changing the app default language did not change the app behaviour.