Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1161 Rev 1162
Línea 546... Línea 546...
546
            value: '',
546
            value: '',
547
            text: 'LABEL_SELECT'
547
            text: 'LABEL_SELECT'
548
        }));
548
        }));
549
        $.getJSON("/settings/behaviors", function(data) {
549
        $.getJSON("/settings/behaviors", function(data) {
550
            $.each(data.data, function(i, item) {
550
            $.each(data.data, function(i, item) {
-
 
551
                console.log(filterItemById(item.uuid));
551
                if (filterItemById(item.uuid)) {
552
                if (filterItemById(item.uuid)) {
552
                    $('#select-conduct').append($('<option>', {
553
                    $('#select-conduct').append($('<option>', {
553
                        value: item.uuid,
554
                        value: item.uuid,
554
                        text: item.description
555
                        text: item.description
555
                    }));
556
                    }));