-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.15.0
-
Severity 3 - Minor
-
Issue Summary
When bulk moving a set of objects where a non unique attribute type is mapped to a unique attribute type, will not respect unique requirement after move, in the edge case where the attribute value is not unique within the set of objects being moved.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create object type1
- Add an integer attribute, and set it to be unique
- Create object type2
- Add an integer attribute and set it to be NOT unique
- Create two objects of type2, ensure that the integer value is set to "2" for both objects
- bulk move the 2 objects from type2 to type1, selecting "Validate objects on move option"
- Observe that we now have to objects of type1 not respecting the unique rule
Expected Results
One of the objects should not move
Actual Results
Both objects are transferred to type1
Workaround
Move objects one by one
- links to