Skip to content

Commit

Permalink
SHIBUI-1939 Fixed nameidformat widget
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 9, 2021
1 parent 51d226a commit 7c42d99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/src/app/metadata/domain/filter/NameIdFilterDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ export const NameIDFilterWizard = {
nameIdFormatFilterTarget: {
'ui:field': 'FilterTargetField',
api: ''
},
formats: {
"ui:options": {
orderable: false
},
items: {
'ui:widget': 'OptionWidget'
}
}
}, BaseFilterDefinition.uiSchema),
label: 'NameIDFormat',
Expand Down

0 comments on commit 7c42d99

Please sign in to comment.