open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Service/Form/Behavior/PatchSubmit.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _submitPatch has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _submitPatch(event, context) {
        Backbone.Events.trigger('form:deactivate', this);

        let formView = this;
        let $form = $('form', this.$el);

There are no issues that match your filters.

Category
Status