[CST-5307] Move profile-claim-item-modal.component to profile page module and add unit tests

This commit is contained in:
Giuseppe Digilio
2022-05-11 11:59:38 +02:00
parent 853dcecfb8
commit 1e9d393edf
7 changed files with 336 additions and 124 deletions

View File

@@ -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
];