sympmarc/SPServices

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function SPFindPeoplePicker has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

        var opt = $.extend({}, {
            peoplePickerDisplayName: "", // The displayName of the People Picker on the form
            valueToSet: "", // The value to set the People Picker to. Should be a string containing each username or groupname separated by semi-colons.
Severity: Major
Found in src/value-added/SPFindPeoplePicker.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status