talho/openphin

View on GitHub
app/assets/javascripts/admin/organizations/view/Index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initComponent has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  initComponent: function(){
    if(!this.items){
      this.items = [];
    }
    this.items.push({xtype: 'grid', itemId: 'grid', cls: 'org-list-grid', header: false, border: true, store: new Ext.data.JsonStore({
Severity: Minor
Found in app/assets/javascripts/admin/organizations/view/Index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status