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 4c85856 commit 8f38b95Copy full SHA for 8f38b95
src/app/features/files/components/file-metadata/file-metadata.component.ts
@@ -58,7 +58,7 @@ export class FileMetadataComponent {
58
59
downloadFileMetadata(): void {
60
if (this.fileGuid()) {
61
- window.open(`${this.environment.webUrl}/${this.fileGuid()}/metadata/?format=datacite-json`)?.focus();
+ window.open(`${this.environment.webUrl}/metadata/${this.fileGuid()}`)?.focus();
62
}
63
64
0 commit comments