Commit 386c1c1
fix: scope configureType by product to prevent global route overrides (#17561)
* fix: scope configureType by product to prevent global route overrides
* fix: add cluster repo button label configuration to manager product
The 'Add Repository' button label was only configured in the apps product,
but the cluster repository list is also accessible from the manager product
context. With the product-scoped configureType changes, the configuration
needs to be present in each product that displays the cluster repository list.
Fixes e2e test failures for cluster repository creation.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* address PR comments
* improve solution with backwards compatibility
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 1dfd288 commit 386c1c1
4 files changed
Lines changed: 571 additions & 22 deletions
File tree
- shell
- config/product
- core
- store
- __tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments