Skip to content

Commit dcaaaf5

Browse files
[Fixes #13719] add field alignment
1 parent d55328d commit dcaaaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/upload/celery_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def create_geonode_resource(
533533
else:
534534
handler.create_resourcehandlerinfo(handler_module_path, resource, _exec, **kwargs)
535535

536-
if _overwrite:
536+
if _overwrite and handler.have_table:
537537
handler.fixup_dynamic_model_fields(_exec, _files)
538538

539539
# at the end recall the import_orchestrator for the next step

0 commit comments

Comments
 (0)