Skip to content

Commit

Permalink
Revert breaking FF change (#123)
Browse files Browse the repository at this point in the history
* C4-14 *finally* track down and revert breaking change

* C4-14 up snovault version
  • Loading branch information
willronchetti authored Jan 31, 2020
1 parent 424d20f commit e46ac9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/snovault/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "1.3.8"
__version__ = "1.3.9"
2 changes: 1 addition & 1 deletion src/snovault/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def item_with_links(self, request):
Additionally, if indexing, this method adds the current Item's uuid/sid
to `_linked_uuids` and `_sid_cache` on the request
"""
properties = self.upgrade_properties()
properties = self.__json__(request)
# use schema_links rather than DB links so upgrades work on ES GETs
for path in self.type_info.schema_links:
uuid_to_path(request, properties, path)
Expand Down

0 comments on commit e46ac9f

Please sign in to comment.