You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZCU-PUB/Display full community path in sidebar search results (#1235)
* Show full community hierarchy in sidebar search
* Add tooltip to parent path
* Add shareReplay, type guard, and hierarchical path tests
* refactor: unwrap parentTitle$ once, extract BREADCRUMB_SEPARATOR, fix tests
* test: use createNoContentRemoteDataObject$ for safe fallback mock
* Removed unsafe type cast
Copy file name to clipboardExpand all lines: src/app/entity-groups/research-entities/item-list-elements/sidebar-search-list-elements/person/person-sidebar-search-list-element.component.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import { TruncatableService } from '../../../../../shared/truncatable/truncatabl
Copy file name to clipboardExpand all lines: src/app/shared/object-list/sidebar-search-list-element/collection/collection-sidebar-search-list-element.component.spec.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import { CollectionSidebarSearchListElementComponent } from './collection-sideba
Copy file name to clipboardExpand all lines: src/app/shared/object-list/sidebar-search-list-element/collection/collection-sidebar-search-list-element.component.ts
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ import { listableObjectComponent } from '../../../object-collection/shared/lista
Copy file name to clipboardExpand all lines: src/app/shared/object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component.spec.ts
Copy file name to clipboardExpand all lines: src/app/shared/object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component.ts
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,31 @@ import { ViewMode } from '../../../../core/shared/view-mode.model';
0 commit comments