Posted by tauno on August 9, 2008 at 6:53pm
Jump to:
| Project: | Multireference CCK field |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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?