add support for project inactivity, added new checkbox component.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -40,7 +40,7 @@ func (r *projectRepository) List(ctx context.Context, filter models.ProjectFilte
|
||||
sq = sq.Where("end_time IS NOT NULL")
|
||||
}
|
||||
|
||||
sq = sq.OrderBy("created_time DESC")
|
||||
sq = sq.OrderBy("active", "created_time DESC")
|
||||
|
||||
query, args, err := sq.ToSql()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user