Skip to content

Commit

Permalink
oxTrust issue #440
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Jan 14, 2017
1 parent 50e66aa commit 54af1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/webapp/client/addClient.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
displaySearchForm="false"
acceptMethod="#{updateClientAction.acceptSelectResponseTypes}"
cancelMethod="#{updateClientAction.cancelSelectResponseTypes}"
render="selectedResponseTypesId,clientSecret" nameProperty="entity.value"
render="selectedResponseTypesId" nameProperty="entity.value"
displayNameProperty="entity.displayName"
label="Add Response Type" />

Expand All @@ -69,7 +69,7 @@
displaySearchForm="false"
acceptMethod="#{updateClientAction.acceptSelectGrantTypes}"
cancelMethod="#{updateClientAction.cancelSelectGrantTypes}"
render="selectedGrantTypesId,clientSecret" nameProperty="entity.value"
render="selectedGrantTypesId" nameProperty="entity.value"
displayNameProperty="entity.value"
label="Add Grant Type" />

Expand Down

0 comments on commit 54af1cd

Please sign in to comment.