#6618 "Truncated search results" pop-up appears in user details in WebUI
Closed: fixed Opened by tkrizek.

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:

  • 422c9058d9a6be69db4eab7db654b9184ae5eab6 WebUI: Add support for suppressing warnings
  • 697a5779b377a5d76c1cb212514b6feb46326f71 WebUI: suppress truncation warning in select widget
    master:

  • 7b3a10da7001d7ee394cd891d926def66d0f2546 WebUI: Add support for suppressing warnings

  • b9e6ad1967ba24c7ebe5181da1ebe32d30e7b28f WebUI: suppress truncation warning in select widget

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)

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

Metadata