Skip to content

Commit

Permalink
Merge pull request dubeaud#175 from dylanparry/OrderProjectsByTitle
Browse files Browse the repository at this point in the history
Order projects by name when retrieving all projects from database
  • Loading branch information
dubeaud committed Dec 18, 2015
2 parents 26818b3 + 113e10d commit 235f8b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ SELECT
FROM
BugNet_ProjectsView
WHERE (@ActiveOnly IS NULL OR (ProjectDisabled = ~@ActiveOnly))
ORDER BY ProjectName

0 comments on commit 235f8b1

Please sign in to comment.