Do not return deactivated portfolios in Portfolios.for_user
This commit is contained in:
@@ -48,6 +48,7 @@ class PortfoliosQuery(Query):
|
||||
),
|
||||
)
|
||||
)
|
||||
.filter(Portfolio.deleted == False)
|
||||
.order_by(Portfolio.name.asc())
|
||||
.all()
|
||||
)
|
||||
|
Reference in New Issue
Block a user