sympmarc/SPServices

View on GitHub
src/value-added/SPComplexToSimpleDropdown.js

Summary

Maintainability
A
1 hr
Test Coverage

Function SPComplexToSimpleDropdown has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.SPServices.SPComplexToSimpleDropdown = function (options) {

        var opt = $.extend({}, {
            listName: $().SPServices.SPListNameFromUrl(), // The list the form is working with. This is useful if the form is not in the list context.
            columnName: "", // The display name of the column in the form
Severity: Minor
Found in src/value-added/SPComplexToSimpleDropdown.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status