Skip to content

Commit

Permalink
[#2618] Make sure different renders are rendered separatley
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 16, 2012
1 parent dd35762 commit ac79624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/html_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def key(resource):
resource.library.name,
resource.custom_order,
resource.dependency_nr,
resource.renderer,
resource.relpath)
return sorted(resources, key=key)

Expand Down

0 comments on commit ac79624

Please sign in to comment.