solved issues with browse pages

This commit is contained in:
lotte
2019-07-18 16:28:07 +02:00
parent 5c74c0221a
commit aff3f3df03
16 changed files with 29 additions and 33 deletions

View File

@@ -4,6 +4,8 @@ import { ResourceType } from './resource-type';
import { TypedObject } from '../cache/object-cache.reducer';
export class BrowseDefinition implements TypedObject {
static type = new ResourceType('browse');
@autoserialize
id: string;