Skip to content
Snippets Groups Projects
Commit c6876c3c authored by Allen Gilliland's avatar Allen Gilliland
Browse files

tweak the sorting logic in our QP annotations to use the `clause-position` for...

tweak the sorting logic in our QP annotations to use the `clause-position` for sorting on :breakout type fields.
parent 6c543204
Branches
Tags
No related merge requests found
......@@ -157,7 +157,7 @@
(fn [{:keys [position clause-position field-name source], :as field}]
[(source-importance field)
(or position
(when (= source :fields)
(when (contains? #{:fields :breakout} source)
clause-position)
Integer/MAX_VALUE)
(special-type-importance field)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment