Feature Controls - Simplify Saved Objects Management UI Capabilities#38461
Merged
legrego merged 7 commits intoelastic:masterfrom Jun 10, 2019
Merged
Feature Controls - Simplify Saved Objects Management UI Capabilities#38461legrego merged 7 commits intoelastic:masterfrom
legrego merged 7 commits intoelastic:masterfrom
Conversation
Contributor
💔 Build Failed |
Contributor
💚 Build Succeeded |
legrego
commented
Jun 10, 2019
Member
Author
There was a problem hiding this comment.
I've pointed out opportunities to further simplify the UI components. I didn't undertake that effort yet, but I can if we find benefit to doing so. I wasn't sure if we'd want that flexibility in the future, but that alone might be reason enough to simplify now
edit: done
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
Contributor
|
Pinging @elastic/kibana-security |
Contributor
💚 Build Succeeded |
Contributor
|
ACK: reviewing right now |
kobelb
reviewed
Jun 10, 2019
...kibana/public/management/sections/objects/components/objects_table/components/table/table.js
Outdated
Show resolved
Hide resolved
x-pack/test/ui_capabilities/security_and_spaces/tests/saved_objects_management.ts
Outdated
Show resolved
Hide resolved
kobelb
reviewed
Jun 10, 2019
| unableToDeleteSavedObjectTypes.length > 0 ? `Unable to delete ${unableToDeleteSavedObjectTypes.join(', ')}` : undefined | ||
| this.props.canDelete | ||
| ? undefined | ||
| : i18n.translate( |
Contributor
💚 Build Succeeded |
legrego
added a commit
to legrego/kibana
that referenced
this pull request
Jun 10, 2019
…lastic#38461) * start simplifying saved objects management UI Capabilities * update tests * simplify UI * address PR feedback * remove savedObjectsManagement UI Capabilities tests
This file contains hidden or 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
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.
Summary
This is a prerequisite to to implementing the Copy To Space API.
This simplifies the Saved Objects Management UI Capabilities by changing the capabilities from being type-specific, to just feature specific.
Previously:
Now: