mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
renamed dspaceObject to indexableObject
This commit is contained in:
@@ -18,7 +18,7 @@ export class SearchResultGridElementComponent<T extends SearchResult<K>, K exten
|
||||
|
||||
public constructor(@Inject('objectElementProvider') public listableObject: ListableObject, private truncatableService: TruncatableService) {
|
||||
super(listableObject);
|
||||
this.dso = this.object.dspaceObject;
|
||||
this.dso = this.object.indexableObject;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user