BristolSTA / uobtheatre-api

API for UOBTheatre.com
8 stars 1 forks source link

Duplicate Discounts Possible #464

Open atoff opened 2 years ago

atoff commented 2 years ago

Scenario: You have a performance

You add a discount of, say 0%, with one requirement (Adult)

You can add another discount, of 0%, with the same requirement (Adult) and an error is not thrown

atoff commented 2 years ago

@JElgar Can you take a look at this? I think the validate_unique function on a discount isn't being called on our mutations. Might be as simple as installing it on the form.