Test for null input in the null input template code
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 30 Jul 2024 20:44:54 +0000 (15:44 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 30 Jul 2024 20:54:20 +0000 (15:54 -0500)
src/pgwui_bulk_upload/templates/bulk_upload.mak

index 038017bd32121cd246e1471031ac758db453d92d..4344117c93e267263751a6f302ec301757451709 100644 (file)
@@ -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
 
 
 <h1>Upload Into Multiple Tables</h1>
 
-<%self:upload_form upload_nulls="${show_choice(pgwui, 'null')}"
-                   args="tab_index" />
+<%self:upload_form args="tab_index" />