opf/openproject

View on GitHub
modules/budgets/frontend/module/augment/cost-subform.augment.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor() {
    jQuery('costs-subform').each((i, match) => {
      const el = jQuery(match);

      const container = el.find('.subform-container');

    There are no issues that match your filters.

    Category
    Status