madbob/GASdottoNG

View on GitHub
code/resources/assets/js/roles.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function setupPermissionsEditor has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static setupPermissionsEditor(container) {
        $('.roleAssign', container).each(function() {
            if ($(this).hasClass('tt-hint') == true) {
                return;
            }
Severity: Major
Found in code/resources/assets/js/roles.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status