mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +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:
@@ -134,6 +134,9 @@ import { MetadataRepresentationListComponent } from './app/item-page/simple/meta
|
||||
import { DsDynamicLookupRelationSearchTabComponent } from './app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component';
|
||||
import { DsDynamicLookupRelationExternalSourceTabComponent } from './app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/dynamic-lookup-relation-external-source-tab.component';
|
||||
import { FeedbackFormComponent } from './app/info/feedback/feedback-form/feedback-form.component';
|
||||
import {
|
||||
ItemPageTitleFieldComponent
|
||||
} from './app/item-page/simple/field-components/specific-field/title/item-page-title-field.component';
|
||||
|
||||
const DECLARATIONS = [
|
||||
FileSectionComponent,
|
||||
@@ -197,6 +200,8 @@ const DECLARATIONS = [
|
||||
MetadataRepresentationListComponent,
|
||||
DsDynamicLookupRelationSearchTabComponent,
|
||||
DsDynamicLookupRelationExternalSourceTabComponent,
|
||||
FeedbackComponent,
|
||||
ItemPageTitleFieldComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user