Standardize member and env name ordering
This commit is contained in:
@@ -25,6 +25,7 @@ class Application(
|
||||
primaryjoin=and_(
|
||||
Environment.application_id == id, Environment.deleted == False
|
||||
),
|
||||
order_by="Environment.name",
|
||||
)
|
||||
roles = relationship(
|
||||
"ApplicationRole",
|
||||
|
||||
Reference in New Issue
Block a user