YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/modules/Settings/Watchdog/resources/Index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function registerEvents has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        registerEvents() {
            const container = $('.js-watchdog-container');
            container.find('.js-vars').on('change', function (e) {
                let field = $(this);
                AppConnector.request({

    There are no issues that match your filters.

    Category
    Status