We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3870e81 commit 15f1aebCopy full SHA for 15f1aeb
src/opengeodeweb_viewer/rpc/utils_protocols.py
@@ -36,7 +36,7 @@ def importProject(self, rpc_params: ImportProject) -> None:
36
flush=True,
37
)
38
validate_schema(
39
- rpc_params,
+ rpc_params.to_dict(),
40
self.utils_schemas_dict["import_project"],
41
self.utils_prefix,
42
0 commit comments