Fix repositories component for docx [SCI-10988]

This commit is contained in:
Andrej 2024-09-03 15:53:29 +02:00
parent 454c3956b0
commit b2539d1366

View file

@ -982,7 +982,7 @@ function reportHandsonTableConverter() {
// Template values
reportData.template_values = {};
$.each($('.report-template-values-container').find('.sci-input-field'), function(i, field) {
$.each($('.report-template-values-container').find('.sci-input-field').not('.report-template-value-dropdown'), (_, field) => {
if (field.value.length === 0) return;
reportData.template_values[field.name] = {