-
Notifications
You must be signed in to change notification settings - Fork 356
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
Toolbar: React rewrite and simplification. #5997
Conversation
15addad
to
a54ef84
Compare
14a61df
to
d381e78
Compare
e0a037c
to
800943d
Compare
05cae8e
to
b304247
Compare
Thank you for the testing @epwinchell, will take a look and fix it. |
@epwinchell : fixed in ManageIQ/react-ui-components#154 I will wait for that to be merged and update the version dependency. Also I will update patterfly-react version to include a fix that removes a (wrong) warning. |
Checked commits martinpovolny/manageiq-ui-classic@715bfbc~...1fe1acd with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 app/helpers/application_helper/toolbar/catalogitem_button_center.rb
app/helpers/application_helper/toolbar/cloud/instance_operations_button_group_mixin.rb
app/helpers/application_helper/toolbar/custom_button_center.rb
app/helpers/application_helper/toolbar/ems_physical_infra_center.rb
app/helpers/application_helper/toolbar/report_view.rb
app/helpers/application_helper/toolbar/vm_performance.rb
app/helpers/application_helper/toolbar/x_vm_center.rb
app/helpers/application_helper/toolbar/x_vm_performance.rb
|
Not seeing any more issues, not in dashboard, or vms, or custom buttons, or GOD, so, 🤞 :) |
After ManageIQ/manageiq-ui-classic#5997 `to_json` is not needed and will break the data format. Related to ManageIQ/manageiq-ui-classic#6289 fix
After ManageIQ/manageiq-ui-classic#5997 `to_json` is not needed and will break the data format. Related to ManageIQ/manageiq-ui-classic#6289 fix
After ManageIQ/manageiq-ui-classic#5997 `to_json` is not needed and will break the data format. Related to ManageIQ/manageiq-ui-classic#6289 fix
After ManageIQ/manageiq-ui-classic#5997 `to_json` is not needed and will break the data format. Related to ManageIQ/manageiq-ui-classic#6289 fix
After ManageIQ/manageiq-ui-classic#5997 `to_json` is not needed and will break the data format. Related to ManageIQ/manageiq-ui-classic#6289 fix
dashboard_dropdown
special handling,miqInitToolbars
,Requires: ManageIQ/react-ui-components#115
Rewrite BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1734662