Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1583 Rev 1599
Línea 76... Línea 76...
76
 
76
 
77
    		'ajax': {
77
    		'ajax': {
78
    			'url' : '$routeDatatable',
78
    			'url' : '$routeDatatable',
79
    			'type' : 'get',
79
    			'type' : 'get',
80
                'data': function ( d ) {
-
 
81
                    d.vacancy_uuid = $('#form-filter #form_uuid').val();
-
 
82
               
80
                'data': function ( d ) {
83
                },
81
                },
84
                'beforeSend': function (request) {
82
                'beforeSend': function (request) {
85
                  NProgress.start();
83
                  NProgress.start();
86
                },
84
                },
Línea 291... Línea 289...
291
 
289
 
Línea 292... Línea 290...
292
        var uuid = e.target.value;
290
        var uuid = e.target.value;
Línea -... Línea 291...
-
 
291
 
293
 
292
        $('#form-add').attr('action', String("$routeAdd").replaceAll('UUID_PLACEHOLDER', uuid));
294
        $('#form-add').attr('action', String("$routeAdd").replaceAll('UUID_PLACEHOLDER', uuid));
293
 
Línea 295... Línea 294...
295
 
294
        gridTable.api().ajax.url("$routeDatatable" + "/" + uuid);