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

Replace <Form> <FormControl> <FormGroup> <HelpBlock> with HTML equi… #3531

Merged

Conversation

rhamilto
Copy link
Member

…valents in storage class form

@rhamilto rhamilto added this to the v4.4 milestone Nov 21, 2019
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 21, 2019
@rhamilto
Copy link
Member Author

/hold for v4.4

@openshift-ci-robot openshift-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. component/core Related to console core functionality labels Nov 21, 2019
@rhamilto rhamilto changed the title [WIP] Replace <Form> <FormControl> <FormGroup> <HelpBlock> with HTML equi… Replace <Form> <FormControl> <FormGroup> <HelpBlock> with HTML equi… Nov 22, 2019
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 22, 2019
@rhamilto
Copy link
Member Author

/hold cancel

@spadgett PTAL

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 22, 2019
@@ -834,6 +833,10 @@ export class StorageClassForm_ extends React.Component<
}

const dynamicContent = _.map(parameters, (parameter, key) => {
const paramId = `storage-class-provisioner-${_.get(parameter, 'name', key).replace(
Copy link
Member

Choose a reason for hiding this comment

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

Maybe _.kebabCase?

Suggested change
const paramId = `storage-class-provisioner-${_.get(parameter, 'name', key).replace(
const paramID = `storage-class-provisioner-${_.kebabCase(_.get(parameter, 'name', key))}`;

Copy link
Member Author

Choose a reason for hiding this comment

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

Neat! Updated.

Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 22, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhamilto, spadgett

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 297f5bf into openshift:master Nov 23, 2019
@rhamilto rhamilto deleted the 4.4-migrate-storage-form branch November 25, 2019 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. component/core Related to console core functionality lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants