talho/openphin

View on GitHub
app/assets/javascripts/ext_extensions/overrides.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

        if(!this.grid || this.isLocked() || (index < 0 || index >= this.grid.store.getCount()) || (keepExisting && this.isSelected(index))){
            return;
        }
Severity: Major
Found in app/assets/javascripts/ext_extensions/overrides.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status