mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
Merge remote-tracking branch 'atmire/issue-1833_entity-title-refactor_themed-ItemPageTitleFieldComponent-7.2'
# Conflicts: # src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html # src/app/entity-groups/journal-entities/item-pages/journal-volume/journal-volume.component.html # src/app/entity-groups/journal-entities/item-pages/journal/journal.component.html # src/app/entity-groups/research-entities/item-pages/org-unit/org-unit.component.html # src/app/entity-groups/research-entities/item-pages/person/person.component.html # src/app/entity-groups/research-entities/item-pages/project/project.component.html # src/app/item-page/full/full-item-page.component.html # src/app/item-page/simple/item-types/publication/publication.component.html # src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html # src/app/shared/shared.module.ts # src/themes/custom/lazy-theme.module.ts
This commit is contained in:
@@ -268,6 +268,9 @@ import {
|
||||
import { EpersonGroupListComponent } from './eperson-group-list/eperson-group-list.component';
|
||||
import { EpersonSearchBoxComponent } from './eperson-group-list/eperson-search-box/eperson-search-box.component';
|
||||
import { GroupSearchBoxComponent } from './eperson-group-list/group-search-box/group-search-box.component';
|
||||
import {
|
||||
ThemedItemPageTitleFieldComponent
|
||||
} from '../item-page/simple/field-components/specific-field/title/themed-item-page-field.component';
|
||||
|
||||
const MODULES = [
|
||||
CommonModule,
|
||||
@@ -373,7 +376,8 @@ const COMPONENTS = [
|
||||
ContextHelpWrapperComponent,
|
||||
EpersonGroupListComponent,
|
||||
EpersonSearchBoxComponent,
|
||||
GroupSearchBoxComponent
|
||||
GroupSearchBoxComponent,
|
||||
ThemedItemPageTitleFieldComponent,
|
||||
];
|
||||
|
||||
const ENTRY_COMPONENTS = [
|
||||
|
Reference in New Issue
Block a user