modxcms/revolution

View on GitHub
manager/assets/modext/workspace/lexicon/language.grid.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Language has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

MODx.grid.Language = function(config) {
    config = config || {};
    Ext.applyIf(config,{
        title: _('languages')
        ,id: 'modx-grid-language'
Severity: Minor
Found in manager/assets/modext/workspace/lexicon/language.grid.js - About 1 hr to fix

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

    MODx.window.DuplicateLanguage = function(config) {
        config = config || {};
        var r = config.record;
        Ext.applyIf(config,{
            title: _('language_duplicate')
    Severity: Minor
    Found in manager/assets/modext/workspace/lexicon/language.grid.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status