Bug #102738
closedfilter for backend users doesn't work
0%
Description
Hi,
I noticed two things using the filter options for backend users and that the filter options might not work like expected:
In the following example the group "R Chefredakteur [ALL]" consists of multiple "role" groups like "R Chefredakteur Site A", "R Chefredakteur Site B", etc.
1)
Several users have the group "R Chefredakteur [ALL]" but when I want to filter for this group, no users are listed in the result list.
Only after I cleared my username by clicking the "x" in the "Benutzername" field the filter works and right after that my name is again in the "Benutzername" field.
I can't clear the "Benutzername" field for good, so the name is present every time and will make the filter not work again the next time.
-> Is it possible that the filter will work even if there is a name in the "Benutzername" field? What pupose has the "Benutzername"-field anyways?
2)
In the next example I wanted to know which users have the group "R Chefredakteur Site A".
Important is here that I expected that the result shows me all users who have either this group directly or indirectly (inherited from another group, e. g. "R Chefredakteure [ALL]").
If I want to filter for group "R Chefredakteur Site A", the list is empty again. The users with that specific group (directly assigned) are only shown after I clear my name in the "Benutzername" field.
Users who inherit that group through a parent group (indirectly assigned) doesn't show up.
Files
Updated by Oliver Bartsch 11 months ago
- Status changed from New to Needs Feedback
Hi, I just checked your report but was only able to reproduce the bug (2.) regarding backend group inheritance.
The username field filters for users with the given term in either their userName
or realName
field.
According to your screenshot, it looks like your browser does auto fill the username field. Could you please check if the reported behaviour does also occur in other browsers and / or incognito mode?
Best, Oli
Updated by David Menzel 10 months ago ยท Edited
Hi Oli,
Firefox
user field will be auto filled with username
Firefox incognito mode
worked! user field was empty
Chrome
First try, same problem. Then I cleared the user field.
2nd log-in no problem anymore, the user field was empty
Chrome incognito mode
worked! user field was empty
Edge/Edge incognito mode
worked! user field was empty
So, the only problem seems to be the Firefox browser, which autofills the username in that field.
Not sure where I can turn it off for this field.
I hope that helps!
Updated by Riccardo De Contardi 6 months ago
This issue seems to affect Just TYPO3 11, I Cannot reproduce it on 12 and 13 (latest main)
The input fields looks different depending on the TYPO3 version:
Version | HTML input field |
---|---|
13.2.0-dev | <input class="form-control" id="tx_Beuser_username" type="search" name="demand[userName]" value=""> |
12.4.15 | <input class="form-control form-control-clearable" id="tx_Beuser_username" type="text" name="demand[userName]" value=""> |
11.5.37 | <input class="form-control" id="tx_Beuser_username" type="text" name="tx_beuser_system_beusertxbeuser[demand][userName]" value=""> |
Updated by Riccardo De Contardi 5 months ago
- Status changed from Needs Feedback to Closed
I close this issue as it seems to affect only TYPO3 11
If you think that this is the wrong decision or experience the issue again on recent TYPO3 versions and there is still work to do here, please reopen it or open a new issue with a reference to this one. Thank you.