It's really strange that you can sort by everything but!

Comments

dww’s picture

Category: feature » support
Status: Active » Closed (works as designed)

it's impossible to allow that in general, since signup supports multiple content types with different date fields and even a mix of CCK date fields, event.module, and untimed events. you can't sort on a mix like that, without some nasty database denormalization stuff that I definitely don't want to get into.

on specific sites with only a single signup-enabled content type, you can build your own view to let you do signup administration, and in that custom view, you could allow sorting by the single date field you need to care about.

but, i can't make that feature work in general for all users of this module...

cheers,
-derek