Skip to content

Commit

Permalink
Revert "remove obsolete TODOs"
Browse files Browse the repository at this point in the history
- TODOs in `spkrepo/views/admin.py` addressed in #112
  • Loading branch information
mreid-tt committed Jan 9, 2024
1 parent 756a04d commit ed8512e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spkrepo/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def on_model_delete(self, model):
("upgrade_wizard", "upgrade_wizard"),
("startable", "startable"),
)

# TODO: Add beta and all_builds_active with Flask-Admin>1.0.8
column_default_sort = (Version.insert_date, True)

# Custom queries
Expand Down Expand Up @@ -533,7 +533,7 @@ def can_unsign(self):
("insert_date", "insert_date"),
("active", "active"),
)

# TODO: Add version.package with Flask-Admin>1.0.8
column_default_sort = (Build.insert_date, True)

# Custom queries
Expand Down

0 comments on commit ed8512e

Please sign in to comment.