44024: simple search UI with decorator bug

This commit is contained in:
Lotte Hofstede
2017-08-18 14:23:06 +02:00
parent 4f6bc98979
commit 563cf6e820
30 changed files with 243 additions and 51 deletions

View File

@@ -3,11 +3,12 @@ import { isEmpty, isNotEmpty } from '../../shared/empty.util';
import { CacheableObject } from '../cache/object-cache.reducer';
import { RemoteData } from '../data/remote-data';
import { ResourceType } from './resource-type';
import { ListableObject } from '../../object-list/listable-object/listable-object.model';
/**
* An abstract model class for a DSpaceObject.
*/
export abstract class DSpaceObject implements CacheableObject {
export abstract class DSpaceObject implements CacheableObject, ListableObject {
self: string;