Commit e8a0530
committed
fix: skip resource prefetch for Area entities
Areas in ros2_medkit are pure namespace groupings without their own
data/operations/configurations/faults collections. The gateway returns
404 on /areas/{id}/data etc., which surfaced as noisy errors whenever
an Area was selected in the entity tree. Skip the prefetch entirely
for Areas so entity selection stays silent.1 parent 847c8af commit e8a0530
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | 406 | | |
408 | 407 | | |
409 | | - | |
410 | | - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
416 | | - | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | 419 | | |
421 | 420 | | |
422 | 421 | | |
| |||
0 commit comments