Rename uniqueIdentifier to universalIdentifier (#14201)
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@ export class WorkspaceSyncAgentService {
|
||||
const agentToCreate = agentComparatorResult.object;
|
||||
|
||||
const flatAgentData = removePropertiesFromRecord(agentToCreate, [
|
||||
'uniqueIdentifier',
|
||||
'universalIdentifier',
|
||||
'id',
|
||||
]);
|
||||
|
||||
@@ -97,7 +97,7 @@ export class WorkspaceSyncAgentService {
|
||||
|
||||
const flatAgentData = removePropertiesFromRecord(agentToUpdate, [
|
||||
'id',
|
||||
'uniqueIdentifier',
|
||||
'universalIdentifier',
|
||||
'workspaceId',
|
||||
]);
|
||||
|
||||
|
||||
+2
-2
@@ -53,7 +53,7 @@ export class WorkspaceSyncRoleService {
|
||||
const roleToCreate = roleComparatorResult.toFlatRole;
|
||||
|
||||
const flatRoleData = removePropertiesFromRecord(roleToCreate, [
|
||||
'uniqueIdentifier',
|
||||
'universalIdentifier',
|
||||
'id',
|
||||
]);
|
||||
|
||||
@@ -69,7 +69,7 @@ export class WorkspaceSyncRoleService {
|
||||
|
||||
const flatRoleData = removePropertiesFromRecord(roleToUpdate, [
|
||||
'id',
|
||||
'uniqueIdentifier',
|
||||
'universalIdentifier',
|
||||
'workspaceId',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user