Add new workspace feature flag fix (#19270)
This commit is contained in:
+5
-5
@@ -337,16 +337,16 @@ export class WorkspaceService extends TypeOrmQueryService<WorkspaceEntity> {
|
||||
workspace.id,
|
||||
);
|
||||
|
||||
await this.featureFlagService.enableFeatureFlags(
|
||||
DEFAULT_FEATURE_FLAGS,
|
||||
workspace.id,
|
||||
);
|
||||
|
||||
await this.workspaceManagerService.init({
|
||||
workspace,
|
||||
userId: user.id,
|
||||
});
|
||||
|
||||
await this.featureFlagService.enableFeatureFlags(
|
||||
DEFAULT_FEATURE_FLAGS,
|
||||
workspace.id,
|
||||
);
|
||||
|
||||
await this.userWorkspaceService.createWorkspaceMember(workspace.id, user);
|
||||
|
||||
await this.prefillCreatedWorkspaceRecords({
|
||||
|
||||
Reference in New Issue
Block a user