Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9399 Rev 9400
Línea 223... Línea 223...
223
            {
223
            {
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
                            return 'LABEL_HUMAN_RESOURCE'   
228
                            'LABEL_HUMAN_RESOURCE'
-
 
229
                            break;   
229
                        case 'b':
230
                        case 'b':
230
                            $("#btn-file").show();
-
 
231
                            return 'LABEL_BOSS_INTERVIEW'
231
                            return 'LABEL_BOSS_INTERVIEW'
232
                        default:
232
                        default:
233
                            return data.type
233
                            return data.type
234
                    }
234
                    }
235
                }
235
                }
Línea 289... Línea 289...
289
                }
289
                }
290
            }
290
            }
291
        ],
291
        ],
292
    });
292
    });
Línea -... Línea 293...
-
 
293
 
-
 
294
    function 
293
 
295
 
294
    function getContent() {
296
    function getContent() {
295
        return $('[data-competency-behavior]').map(
297
        return $('[data-competency-behavior]').map(
296
            function (idx, td) {
298
            function (idx, td) {
297
                const competencyUuid = $(td).data('competency-uuid');
299
                const competencyUuid = $(td).data('competency-uuid');