Active
Project:
Multireference CCK field
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2008 at 18:53 UTC
Updated:
25 Dec 2008 at 07:20 UTC
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
Comment #1
ohthehugemanatee commentedWait 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?