Skip to content

Commit

Permalink
update fields
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Oct 31, 2024
1 parent 9ea3b9d commit 0faef85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def __call__(self, force_images=True, **kwargs):

get_taxonomy_information("tipologia_organizzazione", self.context, data)

data['image_caption'] = getattr(self.context, "image_caption", None)
data['preview_caption'] = getattr(self.context, "preview_caption", None)
return data

def getGeolocation(self):
Expand Down

0 comments on commit 0faef85

Please sign in to comment.