Skip to content

Commit e8e46f2

Browse files
committed
revert some
1 parent c0d0b5a commit e8e46f2

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opengeode-io==7.4.9
33
opengeode-inspector==6.8.18
44
opengeode-geosciences==9.5.11
55
opengeode-geosciencesio==5.8.11
6-
geode-common==33.19.1
6+
geode-common==33.20.0
77
geode-viewables==3.3.5
88
flask[async]==3.1.2
99
flask-cors==6.0.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flask[async]>=3
1616
# flask-cors
1717
flask-cors==6.0.1
1818
# via -r requirements.in
19-
geode-common==33.19.1
19+
geode-common==33.20.0
2020
# via
2121
# -r requirements.in
2222
# geode-viewables

src/opengeodeweb_back/utils_functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def model_components(
223223
mesh_component_object = {
224224
"viewer_id": viewer_id,
225225
"geode_id": geode_id,
226-
"name": geode_id,
226+
"name": component_name,
227227
"type": component_type,
228228
"boundaries": boundaries_uuid,
229229
"internals": internals_uuid,
@@ -237,7 +237,6 @@ def model_components(
237237
component_type = collection_component.get()
238238
for id in ids:
239239
geode_id = id.string()
240-
component_name = geode_id
241240
items = model.items(id)
242241
items_uuid = [item.id().string() for item in items]
243242
collection_component_object = {

0 commit comments

Comments
 (0)