Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Spaces Management] Fix issue with enabled features selection w…
…hen space solution is unselected (#194352) (#194486) # Backport This will backport the following commits from `main` to `8.x`: - [[Spaces Management] Fix issue with enabled features selection when space solution is unselected (#194352)](#194352) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tim Sullivan","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-30T20:22:36Z","message":"[Spaces Management] Fix issue with enabled features selection when space solution is unselected (#194352)\n\n## Summary\r\n\r\nResolves https://github.com/elastic/kibana/issues/192812\r\n\r\nThe feature PR for the new UX in Spaces Management introduced a new\r\nediting screen for Spaces. Inadvertently, it introduced a bug where the\r\nuser's selection of visible features is ignored unless the user has\r\nexplicitly selected a solution view. This PR fixes that issue as well as\r\nadds tests to prevent any future regressions.\r\n\r\nAlso, this PR fixes an issue where the space initials could be left\r\nblank, which was another regression.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n\r\n---------\r\n\r\nCo-authored-by: Elena Shostak <[email protected]>","sha":"0d421e537c7a302d88dd75cd54cae2f2b8bcfb19","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"[Spaces Management] Fix issue with enabled features selection when space solution is unselected","number":194352,"url":"https://github.com/elastic/kibana/pull/194352","mergeCommit":{"message":"[Spaces Management] Fix issue with enabled features selection when space solution is unselected (#194352)\n\n## Summary\r\n\r\nResolves https://github.com/elastic/kibana/issues/192812\r\n\r\nThe feature PR for the new UX in Spaces Management introduced a new\r\nediting screen for Spaces. Inadvertently, it introduced a bug where the\r\nuser's selection of visible features is ignored unless the user has\r\nexplicitly selected a solution view. This PR fixes that issue as well as\r\nadds tests to prevent any future regressions.\r\n\r\nAlso, this PR fixes an issue where the space initials could be left\r\nblank, which was another regression.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n\r\n---------\r\n\r\nCo-authored-by: Elena Shostak <[email protected]>","sha":"0d421e537c7a302d88dd75cd54cae2f2b8bcfb19"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194352","number":194352,"mergeCommit":{"message":"[Spaces Management] Fix issue with enabled features selection when space solution is unselected (#194352)\n\n## Summary\r\n\r\nResolves https://github.com/elastic/kibana/issues/192812\r\n\r\nThe feature PR for the new UX in Spaces Management introduced a new\r\nediting screen for Spaces. Inadvertently, it introduced a bug where the\r\nuser's selection of visible features is ignored unless the user has\r\nexplicitly selected a solution view. This PR fixes that issue as well as\r\nadds tests to prevent any future regressions.\r\n\r\nAlso, this PR fixes an issue where the space initials could be left\r\nblank, which was another regression.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n\r\n---------\r\n\r\nCo-authored-by: Elena Shostak <[email protected]>","sha":"0d421e537c7a302d88dd75cd54cae2f2b8bcfb19"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tim Sullivan <[email protected]>
- Loading branch information