Skip to content

Commit c8d8cf8

Browse files
committed
[DSC-2510] Configure dc.identifier.issn to trigger submission autosave
1 parent 216bee9 commit c8d8cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/default-app-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class DefaultAppConfig implements AppConfig {
176176
submission: SubmissionConfig = {
177177
autosave: {
178178
// NOTE: which metadata trigger an autosave
179-
metadata: ['dc.title', 'dc.identifier.doi', 'dc.identifier.pmid', 'dc.identifier.arxiv', 'dc.identifier.patentno', 'dc.identifier.scopus', 'dc.identifier.isi', 'dcterms.dateSubmitted', 'dc.identifier.applicationnumber', 'dc.type'],
179+
metadata: ['dc.title', 'dc.identifier.doi', 'dc.identifier.pmid', 'dc.identifier.arxiv', 'dc.identifier.patentno', 'dc.identifier.scopus', 'dc.identifier.isi', 'dcterms.dateSubmitted', 'dc.identifier.applicationnumber', 'dc.type', 'dc.identifier.issn'],
180180
/**
181181
* NOTE: after how many time (milliseconds) submission is saved automatically
182182
* eg. timer: 5 * (1000 * 60); // 5 minutes

0 commit comments

Comments
 (0)