Commit 43782d5
authored
* fix(ui): route driveService activity feed links to service page (#29450)
getEntityLink() omitted EntityType.DRIVE_SERVICE from the service-routing
switch, so Drive Service links from the Activity Feed fell through to the
default TABLE case and errored with 'Table instance ... not found'. Add the
missing case so it resolves to the drive service details page.
* fix(ui): route securityService activity feed links to service page
Same latent gap as driveService: getEntityLink() omitted
EntityType.SECURITY_SERVICE from the service-routing switch, so security
service links fell through to the default TABLE case. Add the missing case
and a companion unit test.
1 parent 330b3c8 commit 43782d5
2 files changed
Lines changed: 17 additions & 0 deletions
File tree
- openmetadata-ui/src/main/resources/ui/src/utils
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
229 | 244 | | |
230 | 245 | | |
231 | 246 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
| |||
0 commit comments