I was trying to think of how to create a list of most recently created terms and wanted to show them by creation time/date. Then I realized terms have no time/date. So, I thought I would sort by tid. But that's not possible.
This is mostly a request for confirmation that you'd accept a patch to do this. I'm happy to give it a shot to try to implement it.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 339223_taxonomy_term_sort_by_tid_5.patch | 939 bytes | greggles |
| #3 | 339223_taxonomy_term_sort_by_tid.patch | 797 bytes | greggles |
Comments
Comment #1
betz commentedNeeded just the same this evening.
Can this feature be added to views?
Comment #2
merlinofchaos commentedSure. Patch should be easy.
Comment #3
gregglesIs this really all that's necessary? It seems to work...
Comment #4
betz commentedAllright greggles. Thanx man!
Patch works smoothly for me.
Can this be commited to the next release, so i dont have to repatch each time.
Comment #5
gregglesHere's a slight update which also allows click sorting on the term ID column.
Comment #6
merlinofchaos commentedThere ya go