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 50e69f6 commit e3a9444Copy full SHA for e3a9444
src/opengeodeweb_back/utils_functions.py
@@ -211,6 +211,7 @@ def save_all_viewables_and_return_info(
211
"native_file_name": data_entry.native_file_name,
212
"viewable_file_name": data_entry.viewable_file_name,
213
"id": data_entry.id,
214
+ "name": data.name(),
215
"object_type": geode_functions.get_object_type(geode_object),
216
"binary_light_viewable": binary_light_viewable.decode("utf-8"),
217
"geode_object": data_entry.geode_object,
0 commit comments