Skip to content

Commit

Permalink
Fixed SHIBUI-1913
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 1, 2021
1 parent a4dfe89 commit 098d1f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
}
},
"properties": {
"x509CertificateAvailable": {
"type": "boolean",
"default": true
},
"authenticationRequestsSigned": {
"title": "label.authentication-requests-signed",
"description": "tooltip.authentication-requests-signed",
Expand Down
5 changes: 1 addition & 4 deletions ui/src/app/metadata/domain/source/SourceDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ export const SourceBase = {
]
},
x509CertificateAvailable: {
'ui:widget': 'radio',
'ui:options': {
inline: true
}
'ui:widget': 'hidden'
},
authenticationRequestsSigned: {
'ui:widget': 'radio',
Expand Down

0 comments on commit 098d1f0

Please sign in to comment.