mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
68405: test fixes
This commit is contained in:

committed by
Art Lowel

parent
ab0f2c89e6
commit
884e94a08b
@@ -1,9 +1,9 @@
|
||||
import { autoserialize, deserialize } from 'cerialize';
|
||||
import { SectionsType } from '../../../submission/sections/sections-type';
|
||||
import { resourceType } from '../../cache/builders/build-decorators';
|
||||
import { HALLink } from '../../shared/hal-link.model';
|
||||
import { ConfigObject } from './config.model';
|
||||
import { SectionsType } from '../../../submission/sections/sections-type';
|
||||
import { ResourceType } from '../../shared/resource-type';
|
||||
import { ConfigObject } from './config.model';
|
||||
|
||||
/**
|
||||
* An interface that define section visibility and its properties.
|
||||
@@ -47,6 +47,7 @@ export class SubmissionSectionModel extends ConfigObject {
|
||||
@deserialize
|
||||
_links: {
|
||||
self: HALLink;
|
||||
config: HALLink;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user