Skip to content
Snippets Groups Projects
Unverified Commit a7d62dad authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Change the sorting order of models (#14966)

Per Kyle's suggestion
parent f73803d7
Branches
Tags
No related merge requests found
......@@ -15,8 +15,9 @@
50)
(def searchable-models
"Models that can be searched. The order of this list also influences the order of the results."
[Card Dashboard Pulse Collection Segment Metric Table])
"Models that can be searched. The order of this list also influences the order of the results: items earlier in the
list will be ranked higher."
[Dashboard Metric Segment Card Collection Table Pulse])
(defn model-name->class
"Given a model name as a string, return its Class."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment