When more users than configured sizelimit exist, a pop-up stating that search limit has been exceeded is shown when viewing user details in WebUI.
Steps to reproduce on an existing IPA server:
1. $ ipa config-mod --searchrecordslimit=5 2. $ for i in {300..305}; do ipa user-add "test$i" --first T --last T ; done 3. visit example.com/ipa/ui/#/e/user/details/test300
This is a general issue with membership association in webUI. In this case for managers. if len(users) > search limit, then popup is shown.
IMHO comboboxx should suppress this popup. Showing only the members it gets is OK.
Metadata Update from @tkrizek: - Issue assigned to pvomacka - Issue set to the milestone: FreeIPA 4.5
Metadata Update from @pvoborni: - Issue close_status updated to: None - Issue tagged with: webui
Metadata Update from @mbasti: - Issue set to the milestone: FreeIPA 4.5.1 (was: FreeIPA 4.5)
ipa-4-5:
697a577 WebUI: suppress truncation warning in select widget master:
7b3a10d WebUI: Add support for suppressing warnings
Metadata Update from @pvomacka: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @pvoborni: - Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1436319 (was: 0)
Issue linked to bug 1436319
Log in to comment on this ticket.