diff --git a/Makefile b/Makefile index 033d96e982c52..ce75c3f12546c 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ stop_tests: clean_tests: ${DOCKER_COMPOSE_TEST} down -v --remove-orphans -update_tests_results: +update_tests_results: build_lang_test @echo "🥫 Updated expected test results with actuals for easy Git diff" ${DOCKER_COMPOSE_TEST} up -d memcached postgres mongodb backend dynamicfront incron ${DOCKER_COMPOSE_TEST} run --no-deps --rm -e GITHUB_TOKEN=${GITHUB_TOKEN} backend /opt/product-opener/scripts/build_tags_taxonomy.pl ${name} diff --git a/cgi/product_multilingual.pl b/cgi/product_multilingual.pl index 9e07ced2efd3b..c75e48fc428f4 100755 --- a/cgi/product_multilingual.pl +++ b/cgi/product_multilingual.pl @@ -1578,10 +1578,8 @@ ($product_ref, $field, $language) initialize_knowledge_panels_options($knowledge_panels_options_ref, $request_ref); $knowledge_panels_options_ref->{knowledge_panels_client} = "web"; create_contribution_card_panel($product_ref, $lc, $cc, $knowledge_panels_options_ref); - if (defined $product_ref->{"knowledge_panels_" . $lc}{data_quality_errors}) { - $template_data_ref_process->{contribution_card_panel} - = display_knowledge_panel($product_ref, $product_ref->{"knowledge_panels_" . $lc}, "contribution_card"); - } + $template_data_ref_process->{contribution_card_panel} + = display_knowledge_panel($product_ref, $product_ref->{"knowledge_panels_" . $lc}, "contribution_card"); } $template_data_ref_process->{code} = $product_ref->{code}; process_template('web/pages/product_edit/product_edit_form_process.tt.html', $template_data_ref_process, \$html)