Skip to content
Snippets Groups Projects
Commit d8ffa5fb authored by Cam Saul's avatar Cam Saul
Browse files

test fix?

parent 8ea8739f
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,8 @@
(:id %))
(contains? (set field-field-ids)
(:id %)))))
(sort-by :position))]
(sort-by (fn [{:keys [position id]}]
[position (when id (- id))])))]
(->> (concat breakout-fields field-fields other-fields)
(map :castified)
(filter identity))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment