mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
avoiding console.log errors
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<div class="dropdown-list">
|
<div class="dropdown-list">
|
||||||
<div *ngFor="let suggestionOption of suggestions">
|
<div *ngFor="let suggestionOption of suggestions">
|
||||||
<button class="d-block dropdown-item" (click)="onClickSuggestion(suggestionOption)" #suggestion>
|
<button class="d-block dropdown-item" (click)="onClickSuggestion(suggestionOption)" #suggestion>
|
||||||
{{suggestionOption.name}}
|
|
||||||
<ds-listable-object-component-loader [object]="suggestionOption" [viewMode]="viewMode" [linkType]="linkTypes.None"></ds-listable-object-component-loader>
|
<ds-listable-object-component-loader [object]="suggestionOption" [viewMode]="viewMode" [linkType]="linkTypes.None"></ds-listable-object-component-loader>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -216,6 +216,9 @@ import {
|
|||||||
import {
|
import {
|
||||||
CommunitySidebarSearchListElementComponent
|
CommunitySidebarSearchListElementComponent
|
||||||
} from './object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component';
|
} from './object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component';
|
||||||
|
import {
|
||||||
|
BundleListElementComponent
|
||||||
|
} from './object-list/bundle-list-element/bundle-list-element.component';
|
||||||
import {
|
import {
|
||||||
AuthorizedCollectionSelectorComponent
|
AuthorizedCollectionSelectorComponent
|
||||||
} from './dso-selector/dso-selector/authorized-collection-selector/authorized-collection-selector.component';
|
} from './dso-selector/dso-selector/authorized-collection-selector/authorized-collection-selector.component';
|
||||||
@@ -373,6 +376,7 @@ const COMPONENTS = [
|
|||||||
|
|
||||||
const ENTRY_COMPONENTS = [
|
const ENTRY_COMPONENTS = [
|
||||||
// put only entry components that use custom decorator
|
// put only entry components that use custom decorator
|
||||||
|
BundleListElementComponent,
|
||||||
CollectionListElementComponent,
|
CollectionListElementComponent,
|
||||||
CommunityListElementComponent,
|
CommunityListElementComponent,
|
||||||
SearchResultListElementComponent,
|
SearchResultListElementComponent,
|
||||||
|
Reference in New Issue
Block a user