rez_core 2.1.124 → 2.1.125
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
|
@@ -221,7 +221,7 @@ export class MasterService {
|
|
|
221
221
|
const attributes =
|
|
222
222
|
await this.attributeMasterService.findAttributesByMappedEntityType(
|
|
223
223
|
entityType,
|
|
224
|
-
loggedInUser
|
|
224
|
+
loggedInUser,
|
|
225
225
|
);
|
|
226
226
|
const uniqueFields = attributes
|
|
227
227
|
.filter((attr) => attr.is_unique)
|