open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Versionable/AbstractVersionsListView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getColumnsDefinition has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    getColumnsDefinition() {
        let columnsDefinition = [];
        if (this._collection.length > 1) {
            columnsDefinition.push(this._getColumnsDefinitionDeleteCheckbox());
        }

There are no issues that match your filters.

Category
Status