Skip to content

Commit

Permalink
POSSIBLE fix in search.py for frame=raw not including the uuid.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 9, 2024
1 parent dafb5ab commit bfc91b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Change Log

11.19.0
=======
* POSSIBLE fix in search.py for frame=raw not including the uuid.
* Fix in indexing_views.py for frame=raw not including the uuid.


11.18.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicsnovault"
version = "11.18.0.1b1" # TODO: TO become 11.19.0
version = "11.18.0.1b2" # TODO: TO become 11.19.0
description = "Storage support for 4DN Data Portals."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion snovault/indexing_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def item_index_data(context, request):
with indexing_timer(indexing_stats, 'upgrade_properties'):
properties = context.upgrade_properties()

# 2024-07-09: Probably wrong to do this here but trying it out, to get uuid into frame=raw view.
# 2024-07-09: Make sure that the uuid gets into the frame=raw view.
if not properties.get('uuid'):
properties['uuid'] = uuid

Expand Down

0 comments on commit bfc91b4

Please sign in to comment.