[develop | DONE | FIXED]: Moved RoutingModule as first imported module with possible routing (advanced search projects & organizations were loading orcid routing instead of their own).
This commit is contained in:
parent
b7a05316c0
commit
a79b936629
|
@ -12,8 +12,8 @@ import {CommunityService} from '../openaireLibrary/connect/community/community.s
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule, FormsModule,
|
CommonModule, FormsModule,
|
||||||
SearchDataprovidersToDepositModule,
|
|
||||||
SearchDataprovidersToDepositRoutingModule,
|
SearchDataprovidersToDepositRoutingModule,
|
||||||
|
SearchDataprovidersToDepositModule,
|
||||||
ZenodoCommunitiesServiceModule
|
ZenodoCommunitiesServiceModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
|
@ -9,10 +9,9 @@ import {SearchOrganizationsModule} from "../../openaireLibrary/searchPages/searc
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
AdvancedSearchOrganizationsRoutingModule,
|
||||||
CommonModule, FormsModule,
|
CommonModule, FormsModule,
|
||||||
SearchOrganizationsModule,
|
SearchOrganizationsModule
|
||||||
AdvancedSearchOrganizationsRoutingModule
|
|
||||||
|
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
OpenaireAdvancedSearchOrganizationsComponent
|
OpenaireAdvancedSearchOrganizationsComponent
|
||||||
|
|
|
@ -8,10 +8,9 @@ import {SearchProjectsModule} from "../../openaireLibrary/searchPages/searchProj
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
AdvancedSearchProjectsRoutingModule,
|
||||||
CommonModule, FormsModule,
|
CommonModule, FormsModule,
|
||||||
SearchProjectsModule,
|
SearchProjectsModule
|
||||||
AdvancedSearchProjectsRoutingModule
|
|
||||||
|
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
OpenaireAdvancedSearchProjectsComponent
|
OpenaireAdvancedSearchProjectsComponent
|
||||||
|
|
Loading…
Reference in New Issue