Skip to content

Commit

Permalink
fix(cb2-13642): when prohibition issue is hidden in edit mode, hide i…
Browse files Browse the repository at this point in the history
…t on the review screen (#1635)
  • Loading branch information
pbardy2000 authored Nov 8, 2024
1 parent ba382a8 commit c274c93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const ContingencyTestSectionGroup1: FormNode = {
label: 'Prohibition issued',
type: FormNodeTypes.CONTROL,
value: null,
viewType: FormNodeViewTypes.HIDDEN,
editType: FormNodeEditTypes.HIDDEN,
required: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const ContingencyTestSectionGroup12and14: FormNode = {
label: 'Prohibition issued',
type: FormNodeTypes.CONTROL,
value: null,
viewType: FormNodeViewTypes.HIDDEN,
editType: FormNodeEditTypes.HIDDEN,
required: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const ContingencyTestSectionGroup6And11: FormNode = {
label: 'Prohibition issued',
type: FormNodeTypes.CONTROL,
value: null,
viewType: FormNodeViewTypes.HIDDEN,
editType: FormNodeEditTypes.HIDDEN,
required: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const ContingencyTestSectionGroup9And10: FormNode = {
label: 'Prohibition issued',
type: FormNodeTypes.CONTROL,
value: null,
viewType: FormNodeViewTypes.HIDDEN,
editType: FormNodeEditTypes.HIDDEN,
required: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const ContingencyTestSectionGroup9And10CentralDocs: FormNode = {
label: 'Prohibition issued',
type: FormNodeTypes.CONTROL,
value: null,
viewType: FormNodeViewTypes.HIDDEN,
editType: FormNodeEditTypes.HIDDEN,
required: true,
},
Expand Down

0 comments on commit c274c93

Please sign in to comment.