Skip to content

Commit

Permalink
Update signals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed Oct 14, 2018
1 parent 0f7cd61 commit 9f0efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,4 +617,4 @@ def geoserver_pre_save_maplayer(instance, sender, **kwargs):

def geoserver_post_save_map(instance, sender, **kwargs):
instance.set_missing_info()
create_gs_thumbnail(instance, overwrite=True)
create_gs_thumbnail(instance, overwrite=False)

0 comments on commit 9f0efbe

Please sign in to comment.