mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
108588: Fixed browse by date tab's year dropdown always being empty
- The data passed to the injector in BrowseByComponent was not updated by ngOnChanges - Also refactored the injector logic to StartsWithLoaderComponent
This commit is contained in:
@@ -282,6 +282,7 @@ import {
|
||||
import { BitstreamListItemComponent } from './object-list/bitstream-list-item/bitstream-list-item.component';
|
||||
import { NgxPaginationModule } from 'ngx-pagination';
|
||||
import { DynamicComponentLoaderDirective } from './abstract-component-loader/dynamic-component-loader.directive';
|
||||
import { StartsWithLoaderComponent } from './starts-with/starts-with-loader.component';
|
||||
|
||||
const MODULES = [
|
||||
CommonModule,
|
||||
@@ -374,7 +375,7 @@ const COMPONENTS = [
|
||||
ThemedStatusBadgeComponent,
|
||||
BadgesComponent,
|
||||
ThemedBadgesComponent,
|
||||
|
||||
StartsWithLoaderComponent,
|
||||
ItemSelectComponent,
|
||||
CollectionSelectComponent,
|
||||
MetadataRepresentationLoaderComponent,
|
||||
|
Reference in New Issue
Block a user