-
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
Policy profile de-explorization #7348
Policy profile de-explorization #7348
Conversation
d8efe2e
to
7ae8367
Compare
78917b6
to
9ac7f25
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 guess it would help you if the form would be in DDF, I will see what I can do 😉
@@ -469,7 +467,7 @@ def center_toolbar_filename_classic | |||
container_build | |||
infra_networking | |||
infra_topology | |||
ems_storage | |||
ems_storagem |
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.
?
app/presenters/menu/default_menu.rb
Outdated
@@ -222,7 +222,7 @@ def object_storage_menu_section | |||
|
|||
def control_menu_section | |||
Menu::Section.new(:con, N_("Control"), 'carbon--IbmSecurity', [ | |||
Menu::Item.new('miq_policy_set', N_('Policy Profiles'), 'miq_policy_set', {:feature => 'miq_policy_set', :any => true}, '/miq_policy_set/explorer'), | |||
Menu::Item.new('miq_policy_set', N_('Policy Profiles'), 'miq_policy_set', {:feature => 'miq_policy_set/show_list'}, '/miq_policy_set/show_list'), |
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.
There's no such feature, you can keep the original one here + the updated link
9ac7f25
to
26bee65
Compare
Also updated startpage shortcut url for ManageIQ/manageiq-ui-classic#7348
- Removed leftover tree related file.
40bd977
to
1e55563
Compare
%tr{:class => "no-hover"} | ||
-# uncomment following 2 lines when de-explorizing | ||
-#%tr{:title => _("View this %{model} Policy") % {:model => ui_lookup(:model => p.towhat)}, | ||
-#:onclick => remote_function(:url => "/miq_policy/show/xx-#{p.mode}_xx-#{p.mode}-#{p.towhat}_p-#{p.id}")} |
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, aren't you de-explorerizing here?
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.
@skateman yes, but Polcy explorer is not de-explorized yet, so i am going to add all the links back in all these non-explorized versions once they are merged in one single PR.
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.
👍
- Removed redundant `button` route
aabc4f1
to
84bdefd
Compare
Checked commits h-kataria/manageiq-ui-classic@8a22bb0~...84bdefd with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint **
|
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.
Also updated startpage shortcut url for ManageIQ/manageiq-ui-classic#7348
Also updated startpage shortcut url for ManageIQ/manageiq-ui-classic#7348
- Also updated startpage shortcut url - Added missing dictionary entry for `miq_action` for ManageIQ/manageiq-ui-classic#7348
RBAC Product feature changes in ManageIQ/manageiq#20820
Data migration ManageIQ/manageiq-schema#541
before
after
2
@skateman ready for review