Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1354 Rev 15443
Línea 585... Línea 585...
585
    /**
585
    /**
586
     * On change selecte JobDescription
586
     * On change selecte JobDescription
587
     */
587
     */
588
    $('#job_description_id').on('change', function() {
588
    $('#job_description_id').on('change', function() {
589
        if ($("#job_description_id").val() != '') {
589
        if ($("#job_description_id").val() != '') {
590
            $.getJSON("/settings/jobs-description/edit/" + $("#job_description_id").val(), function(response) {
590
            $.getJSON("/jobs-description/edit/" + $("#job_description_id").val(), function(response) {
591
                if (response['success']) {
591
                if (response['success']) {
592
                    competencies_type = response['data']['competency_types'];
592
                    competencies_type = response['data']['competency_types'];
593
                    renderCompetenciesData(response['data']['competencies_selected']);
593
                    renderCompetenciesData(response['data']['competencies_selected']);
594
                }
594
                }
595
            });
595
            });
Línea 864... Línea 864...
864
      <div class="panel-body">
864
      <div class="panel-body">
865
         <div class="table-responsive">
865
         <div class="table-responsive">
866
            <table class="table table-bordered">
866
            <table class="table table-bordered">
867
               <thead>
867
               <thead>
868
                  <tr>
868
                  <tr>
869
                     <th style="width: 80%;">LABEL_CONDUCT</th>
869
                     <th style="width: 80%;">LABEL_BEHAVIOR</th>
870
                     <th style="width: 20%;">LABEL_LEVEL</th>
870
                     <th style="width: 20%;">LABEL_LEVEL</th>
871
                  </tr>
871
                  </tr>
872
               </thead>
872
               </thead>
873
               <tbody>
873
               <tbody>
874
                  {{for behaviors}}
874
                  {{for behaviors}}