-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Use EuiIconTip for lock icon in privileges table action #205436
Conversation
Pinging @elastic/kibana-security (Team:Security) |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
'xpack.spaces.management.spaceDetails.rolesTable.column.actions.notEditableDescription.isAssignedToAll', | ||
{ | ||
defaultMessage: `You can't edit the access of a role that is assigned to all spaces.`, | ||
render: (role) => { |
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.
This changes the action to use a custom action
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.
LGTM!
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12589166501 |
💚 Build Succeeded
Metrics [docs]Async chunks
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12589166501 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12601157099 |
## Summary Closes elastic/kibana-team#1323 ## Screenshots **Before** https://github.com/user-attachments/assets/a7eed859-7e81-44b2-86ec-6fa542983960 **After** https://github.com/user-attachments/assets/58c2b576-4d4a-4869-8252-edd327ae7062 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
The backport action is failing due to a Github incident. Created the backport manually, via cherry-picking, here: #205528 |
## Summary Closes elastic/kibana-team#1323 ## Screenshots **Before** https://github.com/user-attachments/assets/a7eed859-7e81-44b2-86ec-6fa542983960 **After** https://github.com/user-attachments/assets/58c2b576-4d4a-4869-8252-edd327ae7062 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
## Summary Closes elastic/kibana-team#1323 ## Screenshots **Before** https://github.com/user-attachments/assets/a7eed859-7e81-44b2-86ec-6fa542983960 **After** https://github.com/user-attachments/assets/58c2b576-4d4a-4869-8252-edd327ae7062 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
Summary
Closes https://github.com/elastic/kibana-team/issues/1323
Screenshots
Before
skdjfhbklsdhidsofgh-before.mov
After
skdjfhbklsdhidsofgh-after.mov
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:*
label is applied per the guidelines