Skip to content

Commit

Permalink
- fix integration test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Sep 5, 2018
1 parent 78f29a1 commit 25b7a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def get_capabilities(request, layerid=None, user=None,
"Error occurred creating GetCapabilities for %s: %s" %
(layer.typename, str(e)))
rootdoc = None
else:
if not layercap or not rootdoc:
# Get the required info from layer model
# TODO: store time dimension on DB also
tpl = get_template("geoserver/layer.xml")
Expand Down

0 comments on commit 25b7a19

Please sign in to comment.