rez_core 3.1.77 → 3.1.81
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
|
@@ -118,13 +118,11 @@ export class FieldMapperService extends EntityServiceImpl {
|
|
|
118
118
|
FROM cr_entity_relation_data
|
|
119
119
|
WHERE source_entity_type = ?
|
|
120
120
|
AND source_entity_id = ?
|
|
121
|
-
AND target_entity_type =
|
|
122
|
-
AND organization_id = ?`,
|
|
121
|
+
AND target_entity_type = ?`,
|
|
123
122
|
[
|
|
124
123
|
parent_type,
|
|
125
124
|
parent_id,
|
|
126
125
|
field.mapped_entity_type,
|
|
127
|
-
userData.organization_id,
|
|
128
126
|
],
|
|
129
127
|
);
|
|
130
128
|
|