Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1133 Rev 1134
Línea 571... Línea 571...
571
                'description': $('select[name="select-conduct"] option:selected').text()
571
                'description': $('select[name="select-conduct"] option:selected').text()
572
            });
572
            });
573
            renderData(behaviors);
573
            renderData(behaviors);
574
        }
574
        }
575
    });
575
    });
576
    const filterItemById = (id) => behaviors.filter((i) => i.id == item.uiid ? item : false);
576
    const filterItemById = (id) => behaviors.filter((item) => item.id == id ? item : false);
577
});
577
});
Línea 578... Línea 578...
578
 
578
 
579
JS;
579
JS;
580
$this->inlineScript()->captureEnd();
580
$this->inlineScript()->captureEnd();