Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1268 Rev 1287
Línea 308... Línea 308...
308
        var id = $(this).data('section');
308
        var id = $(this).data('section');
309
        sections.map((item) => {
309
        sections.map((item) => {
310
            if (item.id_section == id) {
310
            if (item.id_section == id) {
311
                $('#form-section #id-section').val(item.id_section);
311
                $('#form-section #id-section').val(item.id_section);
312
                $('#form-section #title-section').val(item.title);
312
                $('#form-section #title-section').val(item.title);
313
                $('#form-section #text-text').val(item.text);
313
                $('#form-section #text-section').val(item.text);
314
                $('#form-section #type-section').val(item.type);
314
                $('#form-section #type-section').val(item.type);
315
                $('#modal-section').modal('show');
315
                $('#modal-section').modal('show');
316
                return;
316
                return;
317
            }
317
            }
318
        });
318
        });