rez_core 3.1.10 → 3.1.11
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
|
@@ -105,7 +105,7 @@ export class FilterService {
|
|
|
105
105
|
for (const [subEntityType, filters] of Object.entries(grouped)) {
|
|
106
106
|
if (subEntityType === entity_type) continue; // skip main entity for now
|
|
107
107
|
|
|
108
|
-
let { queryParams, ...newDto } = dto;
|
|
108
|
+
let { queryParams,tabs, ...newDto } = dto;
|
|
109
109
|
|
|
110
110
|
const subDto: FilterRequestDto = {
|
|
111
111
|
...newDto,
|