opf/openproject

View on GitHub
frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit():void {
    this.observeWorkPackage();

    const wpId = (this.$state.params.workPackageId || this.workPackageId) as string;
    const focusedWP = this.wpTableFocus.focusedWorkPackage;

    There are no issues that match your filters.

    Category
    Status