rez_core 4.0.240 → 4.0.242
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -235,7 +235,7 @@ const targetKey = linkAttr.target_attribute_key; // was undefined
|
|
|
235
235
|
|
|
236
236
|
const value = await this.applyLinkedFilterUsingSavedFilter(
|
|
237
237
|
childEntityType,
|
|
238
|
-
linkAttr.
|
|
238
|
+
linkAttr.saved_filter_code,
|
|
239
239
|
sourceKey,
|
|
240
240
|
mappingValue,
|
|
241
241
|
targetKey, // IMPORTANT → write to father_middle_name
|