mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
[CST-5307] Move profile-claim-item-modal.component to profile page module and add unit tests
This commit is contained in:
@@ -285,9 +285,6 @@ import { LogInOidcComponent } from './log-in/methods/oidc/log-in-oidc.component'
|
||||
import {
|
||||
ThemedItemListPreviewComponent
|
||||
} from './object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component';
|
||||
import {
|
||||
ClaimItemSelectorComponent
|
||||
} from './dso-selector/modal-wrappers/claim-item-selector/claim-item-selector.component';
|
||||
import { ExternalLinkMenuItemComponent } from './menu/menu-item/external-link-menu-item.component';
|
||||
import { PersonPageClaimButtonComponent } from './dso-page/person-page-claim-button/person-page-claim-button.component';
|
||||
|
||||
@@ -458,9 +455,7 @@ const COMPONENTS = [
|
||||
CollectionSidebarSearchListElementComponent,
|
||||
CommunitySidebarSearchListElementComponent,
|
||||
SearchNavbarComponent,
|
||||
ScopeSelectorModalComponent,
|
||||
|
||||
ClaimItemSelectorComponent
|
||||
ScopeSelectorModalComponent
|
||||
];
|
||||
|
||||
const ENTRY_COMPONENTS = [
|
||||
@@ -517,7 +512,6 @@ const ENTRY_COMPONENTS = [
|
||||
OnClickMenuItemComponent,
|
||||
TextMenuItemComponent,
|
||||
ScopeSelectorModalComponent,
|
||||
ClaimItemSelectorComponent,
|
||||
ExternalLinkMenuItemComponent
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user