InfoWings / Knowledge-Net

Complex data management solution
1 stars 2 forks source link

Unnecessary validations on value creation/update #256

Closed underlow closed 6 years ago

underlow commented 6 years ago

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