mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
[835] Auto-save in new Item Submission form breaks the form
Minor changes and cleanup.
This commit is contained in:
@@ -80,7 +80,7 @@ export class SubmissionFormFooterComponent implements OnChanges {
|
||||
* Dispatch a submission save action
|
||||
*/
|
||||
save(event) {
|
||||
this.submissionService.dispatchManualSave(this.submissionId);
|
||||
this.submissionService.dispatchSave(this.submissionId, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user