Expected behavior:
I have setup: Aspect Dimensions with 3 properties: Height, Width, Depth. I assign Height: 42m. Then I try to create second value with property “Height” and assign it 42m. I expect successful assignment
Actual behavior:
ObjectPropertyValueAlreadyExistsException is thrown. There should be no validations on existing values, except that type of the value should be consistent with base type of corresponding aspect
Expected behavior: I have setup: Aspect Dimensions with 3 properties: Height, Width, Depth. I assign Height: 42m. Then I try to create second value with property “Height” and assign it 42m. I expect successful assignment Actual behavior: ObjectPropertyValueAlreadyExistsException is thrown. There should be no validations on existing values, except that type of the value should be consistent with base type of corresponding aspect