This may not be considered a bug, but the asort($options) on line 496 (of my file - I don't recall if I made other edits) causes the sort options defined in my view to be overridden. Commenting out this line makes it work as expected for my application.

Comments

ohthehugemanatee’s picture

Wait a moment - so this means you've found a way to use views to sort the contents of the multireference fields? Do tell!

I'm using multireference to build playlists on an existing music database. I only need two fields: one references the node (song), and the other is the desired track # in the playlist. Sadly, I can't find a way to view the playlist sorted by track #!

Any ideas?