You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, this might not actually be feasible anymore, due to how we're storing that against reviews. While we can order by the userId of the last review (which is what you see in that column), it's far more difficult to order by the visual name/email/username you see for a User element.
As such, I've had to remove those sort options for now.
Makes sense, and manual sorting by those columns had already been disabled. But maybe it makes sense to allow sorting by the user IDs as a way of "grouping" by users?
So that's a possibility, although it kinda produces results you wouldn't expect. A user with an ID of 1 will appear first, even if their name isn't alphabetically first, like you might expect with an element-based field.
Describe the bug
When you change the default sort order on the "All submissions" list to "Editor" or "Reviewer", the following error is thrown:
Steps to reproduce
CRAFT_ALLOW_ADMIN_CHANGES
is set totrue
Craft CMS version
4.12.8
Plugin version
2.0.12
Multi-site?
Yes
Additional context
It looks to me from the migrations like that column once existed but was changed to
userId
.The text was updated successfully, but these errors were encountered: