YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/modules/SMSNotifier/resources/MassSMS.js

Summary

Maintainability
A
1 hr
Test Coverage

Function registerSave has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        registerSave: function () {
            this.container.find('.js-modal__save').on('click', (e) => {
                e.preventDefault();
                let form = this.container.find('form');
                if (form.validationEngine('validate')) {
Severity: Minor
Found in public_html/layouts/basic/modules/SMSNotifier/resources/MassSMS.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status