Rename / move 'relationship.type' metadata field to 'dspace.entity.type'

This commit is contained in:
Tim Donohue
2021-03-12 14:06:45 -06:00
parent cfbf587184
commit d36ac7e6fa
28 changed files with 46 additions and 46 deletions

View File

@@ -14,7 +14,7 @@ import { ThemeService } from '../theme-support/theme.service';
templateUrl: './metadata-representation-loader.component.html'
})
/**
* Component for determining what component to use depending on the item's relationship type (relationship.type), its metadata representation and, optionally, its context
* Component for determining what component to use depending on the item's entity type (dspace.entity.type), its metadata representation and, optionally, its context
*/
export class MetadataRepresentationLoaderComponent implements OnInit {
private componentRefInstance: MetadataRepresentationListElementComponent;