From a59a67ad322fe347f4a1a87161aac62264791e29 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Jul 2024 15:44:54 -0500 Subject: [PATCH] Test for null input in the null input template code --- src/pgwui_bulk_upload/templates/bulk_upload.mak | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 038017b..4344117 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -29,7 +29,6 @@ <%! - from pgwui_upload_core.template_utils import show_choice from pgwui_common.path import asset_abspath import pgwui_common.exceptions as common_ex @@ -108,5 +107,4 @@

Upload Into Multiple Tables

-<%self:upload_form upload_nulls="${show_choice(pgwui, 'null')}" - args="tab_index" /> +<%self:upload_form args="tab_index" /> -- 2.34.1