open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Area/AreaView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _copyBlockFromNode has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _copyBlockFromNode(node) {
        let areaId = this._area.get('name');
        let area = node.getArea(areaId);
        let blocks = area.get('blocks');
        let attributes = {

There are no issues that match your filters.

Category
Status