In Vendr (v1.1.1) I have added "rental" to the Product Uniqueness Property Aliases field.
When adding a product without any properties everything goes fine.
My basket now has:
- Product A (no properties)
When adding a product with the rental property everything is also fine.
My basket now has:
- Product A (no properties)
- Product A (rental = true)
I now add the first product without any properties.
That breaks and gives me the error Sequence contains more than one element (https://i.imgur.com/uRynuOa.png)
I would expect that the quantity of the first orderline would be increased by one.
Am I missing something when adding the product or is it a bug?
Error when adding a product without properties
In Vendr (v1.1.1) I have added "rental" to the Product Uniqueness Property Aliases field.
When adding a product without any properties everything goes fine. My basket now has:
- Product A (no properties)
When adding a product with the rental property everything is also fine. My basket now has:
- Product A (no properties)
- Product A (rental = true)
I now add the first product without any properties.
That breaks and gives me the error Sequence contains more than one element (https://i.imgur.com/uRynuOa.png)
I would expect that the quantity of the first orderline would be increased by one.
Am I missing something when adding the product or is it a bug?
Hey Soren,
This sounds like a bug. Can you report it on the issue tracker please?
https://github.com/vendrhub/vendr/issues
Many thanks
Matt
Hey Soren,
I've reported an issue for it here https://github.com/vendrhub/vendr/issues/88
I've also managed to find and resolve the issue locally so will be in the next 1.1.2 release.
/Matt
You beat me to it - Thanks Matt!
is working on a reply...