Aam-Digital/ndb-core

View on GitHub
src/app/core/common-components/entity-form/entity-form/entity-form.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Function applyChanges has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private async applyChanges(externallyUpdatedEntity: T) {
    if (this.formIsUpToDate(externallyUpdatedEntity)) {
      Object.assign(this.entity, externallyUpdatedEntity);
      return;
    }

    There are no issues that match your filters.

    Category
    Status