On the Create Session form, there is the "Speaker(s)" entity connect field with an autocomplete widget. Given the autocomplete specifies list any entity that "contains" the entered text, I was expecting the following list (give current user list) when I entered the letter "s" in the field:
speaker2 -> role = speaker
jayspeakertest -> role = speaker
das -> role = speaker
speaker -> role = speaker
rickesser -> role = administrator
densolis -> role = administrator
Except, there is what was displayed in the list:
- Restricted Access -
- Restricted Access -
- Restricted Access -
- Restricted Access -
- Restricted Access -
speaker2
When I enter the text "speak", I was expecting the following two entries:
speaker2
speaker
Instead, I got:
- Restricted Access -
speaker2
Comments
Comment #1
jeppy64 commentedYep,
It was just permissions on the Speaker role being able to view user profiles. Tested and all set to go.
Jay
Comment #2
densolis commentedClosing the case as it is fixed.