Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8743 Rev 8768
Línea 337... Línea 337...
337
        $('#form-interview').attr('action', "$routeAdd")
337
        $('#form-interview').attr('action', "$routeAdd")
338
        $('#candidate_uuid').prop('disabled', false);
338
        $('#candidate_uuid').prop('disabled', false);
339
        $('#vacancy_uuid').prop('disabled', false);
339
        $('#vacancy_uuid').prop('disabled', false);
340
        $('#vacancy_uuid').change();
340
        $('#vacancy_uuid').change();
341
        $('#candidate_uuid').change();
341
        $('#candidate_uuid').change();
342
       $('#filter_vacancy_uuid').change();
342
        $('#filter_vacancy_uuid').change();
Línea 343... Línea 343...
343
        
343
        
Línea 344... Línea 344...
344
        e.preventDefault();
344
        e.preventDefault();
345
 
345
 
Línea 357... Línea 357...
357
                $("#form-interview #points").val('$points_0');
357
                $("#form-interview #points").val('$points_0');
358
                $("#content").hide();
358
                $("#content").hide();
359
                $("#main").show();
359
                $("#main").show();
360
                validator.resetForm();
360
                validator.resetForm();
361
                $('#custom-tabs #custom-tabs-general-tab').tab('show');
361
                $('#custom-tabs #custom-tabs-general-tab').tab('show');
-
 
362
 
-
 
363
                $('#interview').show();
362
            } else {
364
            } else {
363
                $.fn.showError(response['data']);
365
                $.fn.showError(response['data']);
364
            }
366
            }
365
        }).fail(function(jqXHR, textStatus, errorThrown) {
367
        }).fail(function(jqXHR, textStatus, errorThrown) {
366
            $.fn.showError(textStatus);
368
            $.fn.showError(textStatus);
Línea 527... Línea 529...
527
            'method' : 'get',
529
            'method' : 'get',
528
            'url': String('$routeType').replaceAll('UUID_PLACEHOLDER', uuid),
530
            'url': String('$routeType').replaceAll('UUID_PLACEHOLDER', uuid),
529
        }).done(function (response) {
531
        }).done(function (response) {
530
            $('#interview').html(response.data);
532
            $('#interview').html(response.data);
531
            $('#main').fnDraw();
533
            $('#main').fnDraw();
532
 
-
 
533
        })
534
        })
534
    })
535
    })
Línea 535... Línea 536...
535
 
536
 
536
   $('#vacancy_uuid').change();
537
   $('#vacancy_uuid').change();