-
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
Fix custom toolbar explorer #2679
Merged
martinpovolny
merged 2 commits into
ManageIQ:master
from
ZitaNemeckova:fix_custom_toolbar_explorer
Nov 9, 2017
Merged
Fix custom toolbar explorer #2679
martinpovolny
merged 2 commits into
ManageIQ:master
from
ZitaNemeckova:fix_custom_toolbar_explorer
Nov 9, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If x_button is fired do not set custom buttons.
@miq-bot add_label wip |
This is needed for cases such as Adding child tenant
addd4aa
to
48c205d
Compare
Checked commits ZitaNemeckova/manageiq-ui-classic@ce2a2fd~...48c205d with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot remove_label wip |
simaishi
pushed a commit
that referenced
this pull request
Nov 15, 2017
Fix custom toolbar explorer (cherry picked from commit 12ea9c5)
Gaprindashvili backport details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add custom buttons to User, Group and Tenant(group or single). Those buttons are visible in toolbar.
Clicking on tagging of any of them loads a tagging screen or
Add child Tenant to this Tenant
for a tenant.Before:
After:
Tagging page/New tenant form is loaded.
Try for any tenant Configuration -> Add child Tenant to this Tenant. After adding child Tenant custom button should be visible as it was before.
When
x_tree[:tree] == :rbac_tree
is not present incustom_toolbar_explorer
:When
x_tree[:tree] == :rbac_tree
is present incustom_toolbar_explorer
:There may be some issues on tagging screen that will be fixed by #2667 or #2678 .
Custom buttons functionality is fixed here #2593
@miq_bot add_label bug, gaprindashvili/yes
Closes #2654