open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Node/NodeView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _activateSortableBlocks has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _activateSortableBlocks($template) {
        $('.block-container > div', $template).sortable({
            items: '> .block-item',
            handle: '.move-block',
            connectWith: '.block-container > div',

There are no issues that match your filters.

Category
Status