backdrop-contrib / references

References module for Backdrop CMS
GNU General Public License v2.0
2 stars 6 forks source link

Allow custom sorting of referenced nodes #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

The referenced nodes, when displayed in a form as checkboxes (and possibly also as radios and a select list, haven't tested) are ordered alphabetically. It'd be nice to be able to change this ordering to, say, post date, or any other field on the referenced node.

I believe this may be possible by referencing nodes using a view, but it'd be nice to have this ability when using the basic content type referencing too.

ghost commented 6 years ago

Nevermind, I just switched to using a view instead.