rez_core 4.0.99 → 4.0.101
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
|
@@ -538,6 +538,7 @@ export class EntityDynamicService {
|
|
|
538
538
|
const validAttributes = await this.getAttributeCodes(
|
|
539
539
|
entityType,
|
|
540
540
|
organizationId,
|
|
541
|
+
false,
|
|
541
542
|
);
|
|
542
543
|
|
|
543
544
|
const columns = validAttributes
|
|
@@ -590,7 +591,6 @@ export class EntityDynamicService {
|
|
|
590
591
|
const validAttributes = await this.getAttributeCodes(
|
|
591
592
|
entityType,
|
|
592
593
|
organizationId,
|
|
593
|
-
false,
|
|
594
594
|
);
|
|
595
595
|
|
|
596
596
|
const columns = validAttributes
|