-
Notifications
You must be signed in to change notification settings - Fork 898
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
Dont return different types in virtual columns #18217
Dont return different types in virtual columns #18217
Conversation
47255ca
to
ac37579
Compare
Still problematic in Infra provisioning:
In Cloud:
|
ac37579
to
b42f1be
Compare
Checked commit PanSpagetka@b42f1be with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Aaand now it works :) Verified that both cloud & infra vm provisioning screens work in the UI together with ManageIQ/manageiq-ui-classic#4509, including sorting by each column 👍 |
ping @martinpovolny |
Dont return different types in virtual columns (cherry picked from commit ab470a4) https://bugzilla.redhat.com/show_bug.cgi?id=1610927
Hammer backport details:
|
This PR should fix virtual columns introduced in #17884 which is needed for ManageIQ/manageiq-ui-classic#4509
These virtual columns returned different types (Integer/String) and that caused problems when trying to sort by these columns,
Links
https://bugzilla.redhat.com/show_bug.cgi?id=1610927
ManageIQ/manageiq-ui-classic#4509
@himdel Could you please verify this fixes the issue?