Skip to content

Commit

Permalink
fix: rename to catalog_section #977
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
  • Loading branch information
MyPyDavid committed Apr 22, 2024
1 parent c945d7d commit ac615db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/projects/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def compute_navigation(section, project, snapshot=None):
'id': catalog_section.id,
'uri': catalog_section.uri,
'title': catalog_section.title,
'first': catalog_section.elements[0].id if section.elements else None
'first': catalog_section.elements[0].id if catalog_section.elements else None
}
if catalog_section.id == section.id:
navigation_section['pages'] = []
Expand Down

0 comments on commit ac615db

Please sign in to comment.