Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9402 Rev 9403
Línea 224... Línea 224...
224
                'mDataProp': function(data, type, row){ 
224
                'mDataProp': function(data, type, row){ 
225
                    switch(data.type) {
225
                    switch(data.type) {
226
                        case 'r':
226
                        case 'r':
227
                            $("#btn-file").show();
227
                            $("#btn-file").show();
228
                            'LABEL_HUMAN_RESOURCE'  
228
                            'LABEL_HUMAN_RESOURCE'  
-
 
229
                            break;
229
                        case 'b':
230
                        case 'b':
230
                            return 'LABEL_BOSS_INTERVIEW'
231
                            return 'LABEL_BOSS_INTERVIEW'
231
                        default:
232
                        default:
232
                            return data.type
233
                            return data.type
233
                    }
234
                    }
Línea 287... Línea 288...
287
                    return s;
288
                    return s;
288
                }
289
                }
289
            }
290
            }
290
        ],
291
        ],
291
    });
292
    });
292
    
293
 
293
    function getContent() {
294
    function getContent() {
294
        return $('[data-competency-behavior]').map(
295
        return $('[data-competency-behavior]').map(
295
            function (idx, td) {
296
            function (idx, td) {
296
                const competencyUuid = $(td).data('competency-uuid');
297
                const competencyUuid = $(td).data('competency-uuid');
297
                const behaviorUuid = $(td).data('behavior-uuid');
298
                const behaviorUuid = $(td).data('behavior-uuid');