Skip to content

Commit

Permalink
[Fixes #4545] MapStore2 print button broken with 1.1 client release
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jun 18, 2019
1 parent ceb422e commit 5e993d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions geonode/geoserver/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def geoserver_urls(request):
"""Global values to pass to templates"""
defaults = dict(
GEOSERVER_LOCAL_URL=ogc_server_settings.LOCATION,
GEOSERVER_PUBLIC_LOCATION=ogc_server_settings.public_url,
GEOSERVER_BASE_URL=ogc_server_settings.public_url,
UPLOADER_URL=reverse('data_upload') if getattr(
settings,
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ django-basic-authentication-decorator==0.9

# GeoNode org maintained apps.
django-geoexplorer==4.0.43
django-mapstore-adapter==1.0.2
django-geonode-mapstore-client==1.1
django-mapstore-adapter==1.0.3
django-geonode-mapstore-client==1.3.1
geonode-user-messages==0.1.14
geonode-avatar==2.1.8
geonode-announcements==1.0.13
Expand Down

0 comments on commit 5e993d8

Please sign in to comment.