Skip to content

Commit

Permalink
re-do the fix in WCS20DescribeEOCoverageSetHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Oct 24, 2022
1 parent d259852 commit 586fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoxserver/services/ows/wcs/v20/describeeocoverageset.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def handle(self, request):
# referenced
all_dataset_series_qs = models.EOObject.objects.filter(
Q( # directly referenced Collections
collections__isnull=False,
collection__isnull=False,
identifier__in=[
collection.identifier for collection in collections
],
Expand Down

0 comments on commit 586fe04

Please sign in to comment.