Revert 21949 (#22081)
#21949 introduced deterministic uuid utils with usage in the same PR. Usage was not uniform and expected a backfill command as well. Since we want to release I'm reverting all the changes from that PR that concerns twenty-server and only keeping the unused utils in twenty-shared and I'll introduce usages within the same PR as backfill command
This commit is contained in:
-4
@@ -57,10 +57,6 @@ const buildExistingNavigationItem = ({
|
||||
workspaceId: WORKSPACE_ID,
|
||||
position,
|
||||
now: NOW,
|
||||
universalIdentifier: v5(
|
||||
objectUniversalIdentifier,
|
||||
NAVIGATION_COMMAND_UUID_NAMESPACE,
|
||||
),
|
||||
});
|
||||
|
||||
describe('buildNavigationCommandMenuItemOperationsOrThrow', () => {
|
||||
|
||||
-1
@@ -69,7 +69,6 @@ export const buildNavigationCommandMenuItemOperationsOrThrow = ({
|
||||
workspaceId,
|
||||
position: nextPosition++,
|
||||
now,
|
||||
universalIdentifier: commandMenuItemUniversalIdentifier,
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user