Rename standard and custom apps (#19631)
as title no migration for existing apps, changes only apply on new workspaces
This commit is contained in:
-1
@@ -226,7 +226,6 @@ export class DevSeederService {
|
||||
{
|
||||
workspaceId,
|
||||
applicationId: workspaceCustomApplicationId,
|
||||
workspaceDisplayName: createWorkspaceStaticInput.displayName,
|
||||
},
|
||||
queryRunner,
|
||||
);
|
||||
|
||||
+2
-2
@@ -3,10 +3,10 @@ import { type ApplicationEntity } from 'src/engine/core-modules/application/appl
|
||||
|
||||
export const TWENTY_STANDARD_APPLICATION = {
|
||||
universalIdentifier: '20202020-64aa-4b6f-b003-9c74b97cee20',
|
||||
name: 'Twenty Standard',
|
||||
name: 'Standard',
|
||||
description:
|
||||
'Twenty is an open-source CRM that allows you to manage your sales and customer relationships',
|
||||
version: '1.0.0',
|
||||
version: '1.0.1',
|
||||
sourcePath: 'cli-sync',
|
||||
sourceType: ApplicationRegistrationSourceType.LOCAL,
|
||||
} as const satisfies Pick<
|
||||
|
||||
Reference in New Issue
Block a user