mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 08:27:13 +00:00
fixing ,, bug in logbook rewriting, and fixing persons order
This commit is contained in:
@@ -161,7 +161,7 @@ class PersonExpedition(TroggleModel):
|
||||
# is_guest = models.BooleanField(default=False) # This is per-Person, not per-PersonExpedition
|
||||
|
||||
class Meta:
|
||||
ordering = ("-expedition",)
|
||||
ordering = ("-expedition", "-person")
|
||||
# order_with_respect_to = 'expedition'
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user