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

Removed 'type' argument passed to the tree builder #5549

Merged

Conversation

h-kataria
Copy link
Contributor

Fixed 2 issues

  • Fixed wrong number of arguments (given 4, expected 3) error, removed 'type' argument that was being passed in to tree builder code, was introduced by Remove the second (type) argument from TreeBuilder classes #5495
  • Fixed comparison of Integer with String failed error for @assign[:new][:objects].sort!, changed to push integer into objects array to fix comparison error on the sort when selecting nodes in the tree in 'Selections' box.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1707871
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1707886

Screenshot from 2019-05-08 16-24-05

Fixed 2 issues
- Fixed `wrong number of arguments (given 4, expected 3)` error, removed 'type' argument that was being passed in to tree builder code, was introduced by ManageIQ#5495
- Fixed `comparison of Integer with String failed` error for `@assign[:new][:objects].sort!`, changed to push integer into objects array to fix comparison error on the sort when selecting nodes in the tree in 'Selections' box.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1707871
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1707886
@miq-bot
Copy link
Member

miq-bot commented May 8, 2019

Checked commit h-kataria@295ac4c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 👍

Copy link
Member

@skateman skateman left a comment

Choose a reason for hiding this comment

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

The Seal of Approval

@skateman
Copy link
Member

skateman commented May 9, 2019

@miq-bot assign @martinpovolny

@martinpovolny martinpovolny merged commit 9e64745 into ManageIQ:master May 9, 2019
@martinpovolny martinpovolny added this to the Sprint 111 Ending May 13, 2019 milestone May 9, 2019
@h-kataria h-kataria deleted the alert_profile_assignment_fix branch July 29, 2019 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants