Hi
I have an issue with the Umbraco.Commerce.Stock propertyEditor, Im using version 15.4.3
When I create a new variant with the field which is using the stock propertyEditor set to any number, for this example I will use 50.
As soon as I press Save and Publish it instantly changes to 0 (The default value choosen).
However in the Database it stays 50 as wished.
When I then change the field to 25 and press Save and Publish it, saves 25 to the DB but the field instantly swappes back to showing 0 again.
Now If I change the field to 0 (as I would do if the product is soldout / out of stock) and press Save and Publish. The field stays 0, but the database is not changed and keeps the value before. In this example its 25.
However If I leave the field empty and Save and Publish the field shows 0 again and the database shows 0 aswell.
Any idea what causes this issue?