mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
101623: Reset in Treeview also resets selectedItems + Provide TreeviewService in root
This commit is contained in:
@@ -31,7 +31,6 @@ import { GoogleAnalyticsService } from '../../app/statistics/google-analytics.se
|
||||
import { AuthRequestService } from '../../app/core/auth/auth-request.service';
|
||||
import { BrowserAuthRequestService } from '../../app/core/auth/browser-auth-request.service';
|
||||
import { BrowserInitService } from './browser-init.service';
|
||||
import { VocabularyTreeviewService } from 'src/app/shared/form/vocabulary-treeview/vocabulary-treeview.service';
|
||||
|
||||
export const REQ_KEY = makeStateKey<string>('req');
|
||||
|
||||
@@ -111,10 +110,6 @@ export function getRequest(transferState: TransferState): any {
|
||||
{
|
||||
provide: LocationToken,
|
||||
useFactory: locationProvider,
|
||||
},
|
||||
{
|
||||
provide: VocabularyTreeviewService,
|
||||
useClass: VocabularyTreeviewService,
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user