mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
no recent submissions should be displayed if pageSize is 0 and changing the configuration structure
This commit is contained in:
@@ -340,9 +340,11 @@ export class DefaultAppConfig implements AppConfig {
|
||||
};
|
||||
// Home Pages
|
||||
homePage: HomeConfig = {
|
||||
//The number of item showing in recent submission components
|
||||
recentSubmissionsRpp: 5,
|
||||
//sort record of recent submission
|
||||
recentSubmissionsSortField: 'dc.date.accessioned',
|
||||
recentSubmissions: {
|
||||
//The number of item showing in recent submission components
|
||||
pageSize: 5,
|
||||
//sort record of recent submission
|
||||
sortField: 'dc.date.accessioned',
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user