Fixed a bug in DefinedValue creation logic during AttributeValue processing. When a comma delimited AttributeValue was being processed for a DefinedType Attribute with "Allow Multiple" set, the logic was erroneously using the full delimited value for the DefinedValue name rather than the iterated single value name.
Release Notes
What does the change add or fix in a succinct statement that will be read by clients?
Fixed a bug in DefinedValue creation logic during AttributeValue processing. When a comma delimited AttributeValue was being processed for a DefinedType Attribute with "Allow Multiple" set, the logic was erroneously using the full delimited value for the DefinedValue name rather than the iterated single value name.
Requested By
Who reported, requested, or paid for the change?
Warranty
Screenshots
Does this update or add options to the block UI?
none
Change Log
What files does it affect?
Bulldozer/Utility/AddMethods.cs
Migrations/External Impacts
Is it a breaking change for other versions/clients?
Description
What does the change add or fix?
Fixed a bug in DefinedValue creation logic during AttributeValue processing. When a comma delimited AttributeValue was being processed for a DefinedType Attribute with "Allow Multiple" set, the logic was erroneously using the full delimited value for the DefinedValue name rather than the iterated single value name.
Release Notes
What does the change add or fix in a succinct statement that will be read by clients?
Fixed a bug in DefinedValue creation logic during AttributeValue processing. When a comma delimited AttributeValue was being processed for a DefinedType Attribute with "Allow Multiple" set, the logic was erroneously using the full delimited value for the DefinedValue name rather than the iterated single value name.
Requested By
Who reported, requested, or paid for the change?
Warranty
Screenshots
Does this update or add options to the block UI?
none
Change Log
What files does it affect?
Migrations/External Impacts
Is it a breaking change for other versions/clients?
none