Aam-Digital/ndb-core

View on GitHub
src/app/core/admin/admin-entity-details/admin-entity-form/admin-entity-form.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
D
66%

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

  drop(event: CdkDragDrop<ColumnConfig[], ColumnConfig[]>) {
    const prevFieldsArray = event.previousContainer.data;
    const newFieldsArray = event.container.data;

    if (

    There are no issues that match your filters.

    Category
    Status