Refactor delete objectMetadata action type and handler to be workspace agnostic (#17530)

# Introduction
Refactoring the delete and update field to use cached
flatEntitty.__universal.objectMetadataUniversalIdentifier to infer
related object
This commit is contained in:
Paul Rastoin
2026-01-29 12:19:19 +01:00
committed by GitHub
parent b15d092abd
commit 9b7bd1a6aa
7 changed files with 45 additions and 41 deletions
@@ -117,7 +117,6 @@ export class ApplicationResolver {
}
await this.workspaceMigrationRunnerService.run({
// @ts-expect-error ignoring until we implement a production ready validation schema for workspaceMigration
actions,
workspaceId,
});