We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aee83 commit 246ec78Copy full SHA for 246ec78
core/libs/editor/src/lib/editor-toolbar/services/file-handling.service.ts
@@ -212,7 +212,7 @@ export class FileHandlingService {
212
213
this.sidebarService.sammElements.open();
214
215
- newRdfModel.absoluteAspectModelFileName = `${emptyNamespace}:${fileName}`;
+ newRdfModel.absoluteAspectModelFileName = `${emptyNamespace}${fileName}`;
216
this.rdfService.currentRdfModel = newRdfModel;
217
if (oldFile) {
218
this.namespaceCacheService.removeFile(oldFile.namespace, oldFile.fileName);
0 commit comments