Commit bb9cac1
authored
[Discover] [Unified Doc Viewer] Remove toasts when toggling columns (elastic#269587)
## Summary
This PR removes the success toasts shown when columns are added or
removed from the Unified Doc Viewer flyout in Discover, since it was
unnecessary. The flyout now passes the existing add/remove column
handlers through directly instead of wrapping them with success-toast
notifications.
Resolves elastic#269570.
### Checklist
- [ ] 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/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [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
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [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)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.1 parent c18bfee commit bb9cac1
5 files changed
Lines changed: 4 additions & 38 deletions
File tree
- x-pack/platform/plugins/private/translations/translations
Lines changed: 4 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 196 | | |
223 | 197 | | |
224 | 198 | | |
| |||
227 | 201 | | |
228 | 202 | | |
229 | 203 | | |
230 | | - | |
231 | | - | |
| 204 | + | |
| 205 | + | |
232 | 206 | | |
233 | 207 | | |
234 | 208 | | |
| |||
243 | 217 | | |
244 | 218 | | |
245 | 219 | | |
246 | | - | |
247 | | - | |
| 220 | + | |
| 221 | + | |
248 | 222 | | |
249 | 223 | | |
250 | 224 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8868 | 8868 | | |
8869 | 8869 | | |
8870 | 8870 | | |
8871 | | - | |
8872 | | - | |
8873 | 8871 | | |
8874 | 8872 | | |
8875 | 8873 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8869 | 8869 | | |
8870 | 8870 | | |
8871 | 8871 | | |
8872 | | - | |
8873 | | - | |
8874 | 8872 | | |
8875 | 8873 | | |
8876 | 8874 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8896 | 8896 | | |
8897 | 8897 | | |
8898 | 8898 | | |
8899 | | - | |
8900 | | - | |
8901 | 8899 | | |
8902 | 8900 | | |
8903 | 8901 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8893 | 8893 | | |
8894 | 8894 | | |
8895 | 8895 | | |
8896 | | - | |
8897 | | - | |
8898 | 8896 | | |
8899 | 8897 | | |
8900 | 8898 | | |
| |||
0 commit comments