- π¦πΊAustralia acbramley
Might need some steps to reproduce here, I can't figure out how to get to these settings using the Authored by field or a custom User entity reference field.
These settings are available when configuring the field itself in field UI though.
Another question - what is the use case here? Isn't every user (except the one anonymous user which you can exclude by unticking the checkbox) an authenticated user?
- π¬π§United Kingdom catch
Isn't every user (except the one anonymous user which you can exclude by unticking the checkbox) an authenticated user?
Yes I think this is 'works as designed'.
- Status changed to Closed: works as designed
over 1 year ago 2:25am 1 August 2023 - ππΊHungary djg_tram
Yes, works as designed. The reason for it is the Roles.php filter that explicitly removes the authenticated user ID from the list.
The solution is to use a grouped filter.
Set Grouping 1 to Barefoot user and the operator to Only has the 'authenticated user' role. Set all the other groupings to your actual roles, that is, Grouping 2 will be named Role 1, operator is one of your Role 1. Grouping 3 will be named Role 2, operator is one of your Role 2, and so on.
This way you will have a combobox with all your roles plus a simple user at the front.