[DURACOM-291] fix submission section visibility in order to rely on the configured section scope

This commit is contained in:
Giuseppe Digilio
2024-08-23 16:56:35 +02:00
parent ee5af8f7d1
commit 8e8979a27a
13 changed files with 534 additions and 86 deletions

View File

@@ -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,