rez_core 4.0.221 → 4.0.222
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
|
@@ -224,7 +224,7 @@ for (const linkAttr of safeAttributes.linkedAttributes) {
|
|
|
224
224
|
|
|
225
225
|
const value = await this.applyLinkedFilterUsingSavedFilter(
|
|
226
226
|
childEntityType,
|
|
227
|
-
linkAttr.
|
|
227
|
+
linkAttr.fla_saved_filter_code, // make sure this column exists in your query
|
|
228
228
|
childAttributeKey,
|
|
229
229
|
mappingValue,
|
|
230
230
|
childAttributeKey, // target attribute in flatJson
|