Merge pull request #7828 from rekonder/aj_SCI_10988

Fix repositories component for docx [SCI-10988]
This commit is contained in:
ajugo 2024-09-04 09:42:00 +02:00 committed by GitHub
commit 39717ed488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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] = {