MemberListView
MemberListView copied to clipboard
Bug: Order By Name, Email, Username (system fields) doesn't sort correctly
Umbraco 11.3.1 MemberListView 3.0.3 (I couldn't update to 3.0.4 due to a fixed dependency on XML for another package)
Order By Name, Email doesn't sort correctly in terms of alphabetical (can't show SS due to GDPR)?
Also order by username whilst is correct alphabetically, asc/desc returns only ascending.
I'll try and set up a vanilla site with dummy data for members to evidence.. But though a quick issue might result in a quick response in case I'm doing something silly.
(I did notice that the memberManager.controller.js if it does take code from https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js isn't quite aligned now.. (system fields and the reloadView function for instance?)