Appearance
Documents
Worker document management tab (not yet implemented).
Route
/organisations/:orgId/workers/:id/documents
Status
This tab is permanently disabled in the tab bar. No component is loaded when this route is accessed; the user is redirected to the default details tab.
Behavior notes
- The tab appears in the tab bar with the
bi-file-earmark-texticon but cannot be selected. - If the route is navigated to directly, the
getTabfunction inIndex.sveltefinds the tab disabled and redirects to/organisations/:orgId/workers/:id/details(preserving any query string).