Skip to content

Commit

Permalink
Merge pull request #211 from astrophpeter/table-sort
Browse files Browse the repository at this point in the history
Fix bug in transient table sort by discovery time
  • Loading branch information
manning-ncsa authored Apr 26, 2024
2 parents 059ec6b + cb42249 commit 310d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/host/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TransientTable(tables.Table):
accessor="public_timestamp",
verbose_name="Discovery Date",
orderable=True,
order_by="ra_deg",
order_by="public_timestamp",
)

ra_string = tables.Column(
Expand Down

0 comments on commit 310d725

Please sign in to comment.