|
|
@ -30,7 +30,6 @@ import {NgModule} from '@angular/core'; |
|
|
|
import {UIRouterModule} from "@uirouter/angular"; |
|
|
|
import {UIRouterModule} from "@uirouter/angular"; |
|
|
|
import { |
|
|
|
import { |
|
|
|
REPORTING_ROUTES, |
|
|
|
REPORTING_ROUTES, |
|
|
|
uiRouterReportingConfiguration |
|
|
|
|
|
|
|
} from "core-app/modules/reporting/openproject-reporting.routes"; |
|
|
|
} from "core-app/modules/reporting/openproject-reporting.routes"; |
|
|
|
import {ReportingPageComponent} from "core-app/modules/reporting/reporting-page/reporting-page.component"; |
|
|
|
import {ReportingPageComponent} from "core-app/modules/reporting/reporting-page/reporting-page.component"; |
|
|
|
|
|
|
|
|
|
|
@ -38,8 +37,7 @@ import {ReportingPageComponent} from "core-app/modules/reporting/reporting-page/ |
|
|
|
imports: [ |
|
|
|
imports: [ |
|
|
|
// Routes for /cost_reports
|
|
|
|
// Routes for /cost_reports
|
|
|
|
UIRouterModule.forChild({ |
|
|
|
UIRouterModule.forChild({ |
|
|
|
states: REPORTING_ROUTES, |
|
|
|
states: REPORTING_ROUTES |
|
|
|
config: uiRouterReportingConfiguration |
|
|
|
|
|
|
|
}), |
|
|
|
}), |
|
|
|
], |
|
|
|
], |
|
|
|
declarations: [ |
|
|
|
declarations: [ |
|
|
|