Skip to content

Commit

Permalink
Now apps will list simcenter apps after popular apps, but before the …
Browse files Browse the repository at this point in the history
…rest of the apps. (#1397)

Co-authored-by: Sal Tijerina <[email protected]>
  • Loading branch information
fnets and rstijerina authored Aug 14, 2024
1 parent 0b306fe commit c7461d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designsafe/apps/workspace/models/app_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Meta:
)
]

ordering = ["-is_popular", Lower("label")]
ordering = ["-is_popular", "-is_simcenter", Lower("label")]


class AppVariant(models.Model):
Expand Down

0 comments on commit c7461d6

Please sign in to comment.