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

Resizable path column in bulkeditor #630

Merged
merged 1 commit into from
Aug 1, 2022
Merged

Conversation

OButlerOcc
Copy link
Contributor

@OButlerOcc OButlerOcc requested a review from pjmonks July 29, 2022 16:11
@OButlerOcc OButlerOcc changed the title Resizable path column Resizable path column in bulkeditor Jul 29, 2022
@OButlerOcc OButlerOcc linked an issue Jul 29, 2022 that may be closed by this pull request
@pjmonks pjmonks self-assigned this Aug 1, 2022
Copy link
Contributor

@pjmonks pjmonks left a comment

Choose a reason for hiding this comment

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

This all looks great. Could you do some clean up work please?

  1. I found a rogue console.log() line, this can be removed now it has been tested.
  2. Jenkins complains of eslint errors, could these be fixed please? Run npm run eslint-nofix-quiet to view just the errors.

}

getProfile(params: ICellRendererParams) {
console.log(params.data.profile.breadcrumbs);
Copy link
Contributor

Choose a reason for hiding this comment

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

This can be removed now.

@OButlerOcc OButlerOcc force-pushed the feature/gh-580-bulkedit-path branch from f919cff to e419a04 Compare August 1, 2022 10:54
Copy link
Contributor

@pjmonks pjmonks left a comment

Choose a reason for hiding this comment

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

Great work @OButlerOcc 👍

@pjmonks pjmonks merged commit e2fd3e9 into develop Aug 1, 2022
@pjmonks pjmonks deleted the feature/gh-580-bulkedit-path branch August 1, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show the paths of the elements in the grid
2 participants