We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b3e30 commit 84232a5Copy full SHA for 84232a5
1 file changed
src/opengeodeweb_back/routes/models/blueprint_models.py
@@ -59,10 +59,9 @@ def model_components() -> flask.Response:
59
for collection_component, ids in model_collection_components.items():
60
component_type = collection_component.get()
61
for id in ids:
62
- geode_id = id.string()
63
collection_component_object = {
64
"id": params.id,
65
- "name": geode_id,
+ "name": component_name,
66
}
67
collection_components.append(collection_component_object)
68
0 commit comments