Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 2747 | Rev 2757 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2747 Rev 2749
Línea 214... Línea 214...
214
                    vacancy_uuid: $('#vacancy_uuid').val(),
214
                    vacancy_uuid: $('#vacancy_uuid').val(),
215
                    candidate_uuid: $('#candidate_uuid').val(),
215
                    candidate_uuid: $('#candidate_uuid').val(),
216
                    points: $('#points').val(),
216
                    points: $('#points').val(),
217
                    comment: $('#comment').val(),
217
                    comment: $('#comment').val(),
218
                    type: $('#type').val(),
218
                    type: $('#type').val(),
219
                    status: $("status").val(),
219
                    status: $('#status').val(),
220
                }
220
                }
221
            }).done(function(response) {
221
            }).done(function(response) {
222
                NProgress.start();
222
                NProgress.start();
223
                if (response['success']) {
223
                if (response['success']) {
224
                    $.fn.showSuccess(response['data']);
224
                    $.fn.showSuccess(response['data']);