KingdomFirst / Bulldozer

A multi-component Windows app to convert data into Rock RMS from other church management systems.
https://www.rockrms.com/
Apache License 2.0
8 stars 9 forks source link

Fixed bug passing wrong DefinedValue name to create method #69

Closed guymaness2 closed 2 years ago

guymaness2 commented 2 years ago

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