modxcms/revolution

View on GitHub
manager/assets/modext/widgets/resource/modx.grid.resource.active.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ActiveResources has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

MODx.grid.ActiveResources = function(config) {
    config = config || {};
    Ext.applyIf(config,{
        title: _('resources_active')
        ,id: 'modx-grid-resource-active'
Severity: Minor
Found in manager/assets/modext/widgets/resource/modx.grid.resource.active.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status