94322: Fix theme matching using handles

This commit is contained in:
Yana De Pauw
2022-09-07 15:34:16 +02:00
parent 342a712513
commit 28fff891d2
7 changed files with 54 additions and 14 deletions

View File

@@ -11,10 +11,11 @@ import { COMMUNITY } from './community.resource-type';
import { DSpaceObject } from './dspace-object.model';
import { HALLink } from './hal-link.model';
import { ChildHALResource } from './child-hal-resource.model';
import { HandleObject } from './handle-object.model';
@typedObject
@inheritSerialization(DSpaceObject)
export class Community extends DSpaceObject implements ChildHALResource {
export class Community extends DSpaceObject implements ChildHALResource, HandleObject {
static type = COMMUNITY;
/**