mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Finished refactoring, guards, docs, tests
This commit is contained in:
@@ -161,7 +161,13 @@ describe('ConfigResponseParsingService', () => {
|
||||
page: { size: 20, totalElements: 2, totalPages: 1, number: 0 }
|
||||
}, statusCode: '500'
|
||||
};
|
||||
const pageinfo = Object.assign(new PageInfo(), { elementsPerPage: 4, totalElements: 4, totalPages: 1, currentPage: 1 });
|
||||
const pageinfo = Object.assign(new PageInfo(), {
|
||||
elementsPerPage: 4,
|
||||
totalElements: 4,
|
||||
totalPages: 1,
|
||||
currentPage: 1,
|
||||
self: 'https://rest.api/config/submissiondefinitions/traditional/sections'
|
||||
});
|
||||
const definitions =
|
||||
Object.assign(new SubmissionDefinitionsModel(), {
|
||||
isDefault: true,
|
||||
|
Reference in New Issue
Block a user