Skip to content

Commit 441a731

Browse files
[DSC-1626] resolve conflicts
1 parent 7d6de7c commit 441a731

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/metadata-box.decorator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export enum FieldRenderingType {
1818
VALUEPAIR = 'VALUEPAIR',
1919
ADVANCEDATTACHMENT = 'ADVANCEDATTACHMENT',
2020
SIMPLEATTACHMENT = 'SIMPLEATTACHMENT',
21+
AUTHORITYLINK = 'AUTHORITYLINK',
2122
}
2223

2324
const fieldType = new Map();

src/app/cris-layout/cris-layout.module.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ import {
111111
} from './cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/advanced-attachment/bitstream-attachment/attachment-render/attachment-rendering.module';
112112
import { FormModule } from '../shared/form/form.module';
113113
import { CrisLayoutCollectionBoxComponent } from './cris-layout-matrix/cris-layout-box-container/boxes/cris-layout-collection-box/cris-layout-collection-box.component';
114+
import {
115+
LinkAuthorityComponent
116+
} from "./cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/link-authority/link-authority.component";
114117

115118
const ENTRY_COMPONENTS = [
116119
// put only entry components that use custom decorator
@@ -135,7 +138,8 @@ const ENTRY_COMPONENTS = [
135138
OrcidComponent,
136139
ValuepairComponent,
137140
TagComponent,
138-
AdvancedAttachmentComponent
141+
AdvancedAttachmentComponent,
142+
LinkAuthorityComponent
139143
];
140144

141145
@NgModule({

0 commit comments

Comments
 (0)