-
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
Event Explorer De-Explorization #7569
Conversation
If any of the users had their startpage set to Policy Events explorer screen, this migration sets it to non-explorer version screen of Policy Events list view. UI PR ManageIQ/manageiq-ui-classic#7569 Core PR ManageIQ/manageiq#20947
Just a rebase please, to catch RBAC issues... |
aef0794
to
930a5e8
Compare
Crashes on
|
fixed |
@h-kataria It looks like the back arrow is not working when viewing the details of an event. When I click it nothing happens. But it does make a trip to the server. I didn't see any errors in the log nor the web console. |
Fixed. That button should not have been present on the summary screen. |
4285f4c
to
e2eef81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested locally and everything is working as expected 👍
d225ec2
to
e451f38
Compare
@skateman please review |
@@ -15,25 +15,31 @@ title: Events | |||
name: Event | |||
|
|||
# Main DB table report is based on | |||
db: MiqEvent | |||
db: MiqEventDefinition |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Umm, it's a little confusing, the controller is miq_event
but the model is miq_event_definition
. Shouldn't we try to increase consistency?
If any of the users had their startpage set to Policy Events explorer screen, this migration sets it to non-explorer version screen of Policy Events list view. UI PR ManageIQ/manageiq-ui-classic#7569 Core PR ManageIQ/manageiq#20947
e451f38
to
21b2da0
Compare
4645214
to
399c972
Compare
@miq-bot cross_repo_tests manageiq-api, manageiq-ui-classic including manageiq-schema#550 manageiq#21016 |
From Pull Request: ManageIQ/manageiq-ui-classic#7569
Changes to support Events related screens as other normal screens in the product to help support direct linking.
Pre work for ManageIQ#7401
Made changes to list view coe to expect and pass filter back to report_data method. Pre work for ManageIQ#7401
- Back button is to go back to summary screen, is displayed on sub-screens that are linked from summary screen. UI PR ManageIQ#7401 for ManageIQ#6819
- and some cleanup to show_list method
399c972
to
c8983f1
Compare
@skateman please re-review |
c8983f1
to
fbc1f7f
Compare
Checked commits h-kataria/manageiq-ui-classic@0c93992~...fbc1f7f with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint **
app/controllers/application_controller.rb
app/controllers/application_controller/report_data_additional_options.rb
app/controllers/miq_event_definition_controller.rb
app/presenters/menu/default_menu.rb
|
Code looks fine. |
If any of the users had their startpage set to Policy Events explorer screen, this migration sets it to non-explorer version screen of Policy Events list view. UI PR ManageIQ/manageiq-ui-classic#7569 Core PR ManageIQ/manageiq#20947
I tested this locally, again and it looks good 👍 |
Dependent core PR & PR
Data Migration PR
Cross-Repo PR