mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
small clean up
This commit is contained in:
@@ -27,7 +27,6 @@ import {
|
|||||||
data: {
|
data: {
|
||||||
title: 'admin.notify.dashboard.page.title',
|
title: 'admin.notify.dashboard.page.title',
|
||||||
breadcrumbKey: 'admin.notify.dashboard',
|
breadcrumbKey: 'admin.notify.dashboard',
|
||||||
showBreadcrumbsFluid: false
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40,7 +39,6 @@ import {
|
|||||||
data: {
|
data: {
|
||||||
title: 'admin.notify.dashboard.page.title',
|
title: 'admin.notify.dashboard.page.title',
|
||||||
breadcrumbKey: 'admin.notify.dashboard',
|
breadcrumbKey: 'admin.notify.dashboard',
|
||||||
showBreadcrumbsFluid: false
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -53,7 +51,6 @@ import {
|
|||||||
data: {
|
data: {
|
||||||
title: 'admin.notify.dashboard.page.title',
|
title: 'admin.notify.dashboard.page.title',
|
||||||
breadcrumbKey: 'admin.notify.dashboard',
|
breadcrumbKey: 'admin.notify.dashboard',
|
||||||
showBreadcrumbsFluid: false
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
@@ -54,7 +54,6 @@ export function getTabulatableObjectsComponent(types: (string | GenericConstruct
|
|||||||
let currentBestMatch: MatchRelevancy = null;
|
let currentBestMatch: MatchRelevancy = null;
|
||||||
for (const type of types) {
|
for (const type of types) {
|
||||||
const typeMap = map.get(PaginatedList<typeof type>);
|
const typeMap = map.get(PaginatedList<typeof type>);
|
||||||
console.log(typeMap, 'd3ewfde');
|
|
||||||
|
|
||||||
if (hasValue(typeMap)) {
|
if (hasValue(typeMap)) {
|
||||||
const match = getMatch(typeMap, [viewMode, context, theme], [DEFAULT_VIEW_MODE, DEFAULT_CONTEXT, DEFAULT_THEME]);
|
const match = getMatch(typeMap, [viewMode, context, theme], [DEFAULT_VIEW_MODE, DEFAULT_CONTEXT, DEFAULT_THEME]);
|
||||||
|
Reference in New Issue
Block a user