mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
[835] Auto-save in new Item Submission form breaks the form
Tests fixed.
This commit is contained in:
@@ -2,6 +2,7 @@ export class SectionsServiceStub {
|
||||
|
||||
checkSectionErrors = jasmine.createSpy('checkSectionErrors');
|
||||
dispatchRemoveSectionErrors = jasmine.createSpy('dispatchRemoveSectionErrors');
|
||||
dispatchSetSectionFormId = jasmine.createSpy('dispatchSetSectionFormId');
|
||||
getSectionData = jasmine.createSpy('getSectionData');
|
||||
getSectionErrors = jasmine.createSpy('getSectionErrors');
|
||||
getSectionState = jasmine.createSpy('getSectionState');
|
||||
@@ -14,5 +15,5 @@ export class SectionsServiceStub {
|
||||
updateSectionData = jasmine.createSpy('updateSectionData');
|
||||
setSectionError = jasmine.createSpy('setSectionError');
|
||||
setSectionStatus = jasmine.createSpy('setSectionStatus');
|
||||
|
||||
computeSectionConfiguredMetadata = jasmine.createSpy('computeSectionConfiguredMetadata');
|
||||
}
|
||||
|
Reference in New Issue
Block a user