renatomefidf/sammui

View on GitHub
src/Renatomefi/FormBundle/Resources/public/angular/form/services/protocolServices.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getData has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            publicFunctions.getData = function (protocolId) {

                if (!currentData[protocolId]) {

                    currentData[protocolId] = formProtocolManage.get({protocolId: protocolId});

    There are no issues that match your filters.

    Category
    Status