app/assets/javascripts/widgets/patterns/grid_dialog.js

Summary

Maintainability
A
1 hr
Test Coverage

Function toUpdateForm has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  GridDialog.prototype.toUpdateForm = function(event) {
    if ($(event.target).is(".destroy")) return;

    var _this = this;

Severity: Minor
Found in app/assets/javascripts/widgets/patterns/grid_dialog.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status