gems-uff/sapos

View on GitHub
app/assets/javascripts/class_enrollments.js

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

            if( grade > grade_of_disapproval_for_absence ){
              document.getElementById("record_grade_" + class_enrollments_id).value = grade_of_disapproval_for_absence;
            }
Severity: Major
Found in app/assets/javascripts/class_enrollments.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status