konecty / Konecty

Konecty Open source Tech Business Platform
https://konecty.com
GNU Affero General Public License v3.0
19 stars 8 forks source link

Fix: Process value for name #114

Closed 7sete7 closed 4 months ago

7sete7 commented 4 months ago

When parsing fields with type personName, it must resolve with a property full representing all name props combined:

  1. If the property full is provided, use it
  2. Otherwise, combine all other props excluding the full property

Previously it was concatenating all props, including the full, resulting in repeated names.