Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set form definition for bind parameters when creating a binding. #2215

Merged
merged 1 commit into from
Oct 5, 2017
Merged

Set form definition for bind parameters when creating a binding. #2215

merged 1 commit into from
Oct 5, 2017

Conversation

cfchase
Copy link
Contributor

@cfchase cfchase commented Oct 5, 2017

Form definition for bind parameters were not being set, rendering input fields out of order.

@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 5, 2017
@cfchase
Copy link
Contributor Author

cfchase commented Oct 5, 2017

(8) Bind Parameters

@spadgett
Copy link
Member

spadgett commented Oct 5, 2017

@jeff-phillips-18 FYI

@spadgett
Copy link
Member

spadgett commented Oct 5, 2017

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to 8c1b12b

@@ -159,6 +159,7 @@
ctrl.serviceClassName = instance.spec.serviceClassName;
ctrl.plan = BindingService.getPlanForInstance(instance, ctrl.serviceClass);
ctrl.parameterSchema = _.get(ctrl.plan, 'serviceInstanceCredentialCreateParameterSchema');
ctrl.parameterFormDefinition = _.get(ctrl.plan, 'externalMetadata.schemas.service_binding.create.openshift_form_definition');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to update this when the API changes come ('**spec.**externalMetadata.schemas.service_binding...)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to update this when the API changes come

Updated in #2155

@openshift-bot
Copy link

openshift-bot commented Oct 5, 2017

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/315/) (Base Commit: 9b3fc29) (PR Branch Commit: 8c1b12b)

@openshift-bot openshift-bot merged commit 2febc36 into openshift:master Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants