mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-291] fix submission section visibility in order to rely on the configured section scope
This commit is contained in:
@@ -237,6 +237,7 @@ describe('submissionReducer test suite', () => {
|
||||
header: 'submit.progressbar.describe.stepone',
|
||||
config: 'https://rest.api/dspace-spring-rest/api/config/submissionforms/traditionalpageone',
|
||||
mandatory: true,
|
||||
scope: null,
|
||||
sectionType: 'submission-form',
|
||||
visibility: undefined,
|
||||
collapsed: false,
|
||||
@@ -257,6 +258,7 @@ describe('submissionReducer test suite', () => {
|
||||
'submit.progressbar.describe.stepone',
|
||||
'https://rest.api/dspace-spring-rest/api/config/submissionforms/traditionalpageone',
|
||||
true,
|
||||
null,
|
||||
SectionsType.SubmissionForm,
|
||||
undefined,
|
||||
true,
|
||||
|
Reference in New Issue
Block a user