Skip to content

Commit

Permalink
Merge pull request ManageIQ#8947 from DavidResende0/credential-mapper…
Browse files Browse the repository at this point in the history
…-form-cleanup

Updated Component Names/Ids in Credential Mapper Form
  • Loading branch information
Fryguy authored Oct 27, 2023
2 parents 01f2a74 + 603de07 commit 1982e43
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ const createSchema = (credentials, credentialReferences, payloadCredentials, wor
fields: [
{
component: 'credential-mapper',
name: 'test',
label: __('test'),
name: 'credential-mapping-table',
id: 'credential-mapping-table',
rows: createRows(credentials, payloadCredentials, workflowAuthentications),
onCellClick: deleteMapping,
},
{
component: componentTypes.SELECT,
name: 'credential_references',
id: 'credential_references',
label: __('Credential Reference'),
placeholder: __('<Choose>'),
includeEmpty: true,
Expand Down Expand Up @@ -134,6 +135,7 @@ const createSchema = (credentials, credentialReferences, payloadCredentials, wor
{
component: componentTypes.SELECT,
name: 'workflow_credentials',
id: 'workflow_credentials',
label: __('Workflow Credential'),
placeholder: __('<Choose>'),
includeEmpty: true,
Expand All @@ -146,6 +148,7 @@ const createSchema = (credentials, credentialReferences, payloadCredentials, wor
{
component: componentTypes.SELECT,
name: 'credential_field',
id: 'credential_field',
label: __('Credential Field'),
placeholder: __('<Choose>'),
includeEmpty: true,
Expand Down
Loading

0 comments on commit 1982e43

Please sign in to comment.