Closed LordCererbus closed 2 years ago
Hi there @LordCererbus!
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
Thanks for the report @LordCererbus. Unfortunately, I'm afraid I can't reproduce the problem in a clean 10.1.0 install. If you have any other steps to reproduce on a clean install we'd be happy to have another look but for now I'm going to have to close the issue as not reproducible.
https://user-images.githubusercontent.com/304656/180156399-60e68659-c99b-460d-a0c7-42f69d7e617f.mp4
Hi @nul800sebastiaan, thanks for getting back to me. Sorry, I don't think I did a proper description of how to reproduce it. Here are the steps and a video of how to reproduce it.
Please note that you must save the document type first before adding the member list view. If you add the member list view and then save the document type for the first time it seems to work. The problem I've got is that I need to add it to an already existing document type.
Thanks again.
Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9
10.0.1
Bug summary
When adding a new property with the built-in Data Type 'List View - Members' I am getting the error:
An error occurred Ordering by username not supported.
Exception Details
System.NotSupportedException, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Ordering by username not supported.
It's a bit odd. I don't think it's anything I've done as this should be out-of-the-box functionality. Let me know if it isn't.
Specifics
Received an error from the server
An error occurred Ordering by username not supported.
Exception Details
System.NotSupportedException, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Ordering by username not supported.
Stacktrace
Steps to reproduce
Add a new property with the data type 'List View - Members'. Upon hitting save it comes up with an error.
Expected result / actual result
No error should happen. The field Username should be a sortable field for a member list.