rez_core 3.1.183 → 3.1.184

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "3.1.183",
3
+ "version": "3.1.184",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -148,7 +148,7 @@ export class FieldMapperService extends EntityServiceImpl {
148
148
 
149
149
  if (targetEntityIds.length > 0) {
150
150
  if (filterCode && filterCode !== 'default') {
151
- let filterResponse =
151
+ inMemory[entityType][filterCode] =
152
152
  await this.filterService.applyFilterWrapper({
153
153
  entity_type: entityType,
154
154
  savedFilterCode: filterCode,
@@ -164,16 +164,6 @@ export class FieldMapperService extends EntityServiceImpl {
164
164
  loggedInUser: userData,
165
165
  queryParams: {},
166
166
  });
167
-
168
- this.loggingService.log(
169
- 'package',
170
- 'fieldMapperService',
171
- 'filterResponse',
172
- `${filterResponse}`,
173
- );
174
-
175
- inMemory[entityType][filterCode] =
176
- filterResponse?.data?.entity_list[0];
177
167
  } else {
178
168
  const firstId = targetEntityIds[0];
179
169
  inMemory[entityType][filterCode] =