Unable to sort members list by the last edited date.
Clicking on the label on the table heading for all fields except the Last Edited label causes the listing to be ordered. For the Last Edited label it does nothing.
Reproduced on Chrome 77.0.3865.90 using Umbraco version 7.10.5 and 7.13.2
I would expect the arrow to be displayed and the list reordered as the other columns do
No change in the order of the list
Hmmm, I am not sure if we're supposed to be able to do that, I'll ask around!
If it shouldn't be clickable then maybe the hover cursor is incorrect forgot to mention it was a pointer! Let us know HQ's thoughts on this one.
It seems to be expected to be non-clickable, there's some code in listview.controller.js (see comment beginning Special case for members..., that means clicking has no effect.
The PR above I've update the cursor to make it more obvious that the header isn't clickable.
Might also take a look at seeing if this header _could_ be sortable, but the above PR would be useful anyway for other list views.
Seems like it can be without too much effort, so have implemented that in the second PR above.
Thank you, one of our clients would appreciate this as they use last edited as part of their member maintenance work flow (with all members being maintained in the back office)
Thanks that'll make my client happy if it does get merged.
@nul800sebastiaan This issue was raised against V7 any chance up it being included in a future update on V7?
Fixed for V7 in #7088
Most helpful comment
Seems like it can be without too much effort, so have implemented that in the second PR above.