add_user_request.js.html

About this file

This file contains a script that handles adding a user to the request. The script handles finding the user added and the permissions, and GUID associated with the user.

Code Check Report


                        

Documentation drawn from source code

  $(function () {
   permission.find("option").mousedown(function (e) {
   user.change(function () {
   next.click(function () {
     success: function (data) {
   prev.click(function () {
   role.change(function () {
     success: function (data) {
      permission.children().each(function () {

Source code