Skip to content

Commit

Permalink
[Fixes GeoNode#6922][REST API v2] Expose the curated thumbnail URL if…
Browse files Browse the repository at this point in the history
… it has… (GeoNode#6923)

* [Fixes GeoNode#6922][REST API v2] Expose the curated thumbnail URL if it has been uploaded

* - Add REST APIs test suite to CircleCI
  • Loading branch information
Alessio Fabiani authored and mattiagiupponi committed Feb 23, 2021
1 parent 70073c7 commit 589ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/base/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_attribute(self, instance):


class EmbedUrlField(DynamicComputedField):

def __init__(self, **kwargs):
super(EmbedUrlField, self).__init__(**kwargs)

Expand Down

0 comments on commit 589ee85

Please sign in to comment.