YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/modules/Settings/Magento/resources/Edit.js

Summary

Maintainability
A
1 hr
Test Coverage

Function registerSubmitForm has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        registerSubmitForm: function () {
            var form = this.getForm();
            form.on('submit', function (e) {
                e.preventDefault();
                e.stopPropagation();

    There are no issues that match your filters.

    Category
    Status