mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(core/tabs): Add logging and fix critical bugs in TabService - Add comprehensive logging using @isa/core/logging for all TabService methods - Fix null pointer in patchTab when tab doesn't exist - Fix activateTab allowing non-existent tabs to be set as active - Fix removeTab not clearing activatedTabId when removing active tab - Replace unsafe 'as any' type casts with proper type checking - Document side effect in getCurrentLocation method Fixes #5474 Related work items: #5474