#6618 "Truncated search results" pop-up appears in user details in WebUI
Closed: fixed 7 years ago Opened 7 years ago 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

7 years ago

Metadata Update from @pvoborni:
- Issue close_status updated to: None
- Issue tagged with: webui

7 years ago

Metadata Update from @mbasti:
- Issue set to the milestone: FreeIPA 4.5.1 (was: FreeIPA 4.5)

7 years ago

ipa-4-5:

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

  • 7b3a10d WebUI: Add support for suppressing warnings

  • b9e6ad1 WebUI: suppress truncation warning in select widget

Metadata Update from @pvomacka:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

7 years ago

Metadata Update from @pvoborni:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1436319 (was: 0)

7 years ago

Metadata Update from @pvoborni:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1436319 (was: 0)

7 years ago

Login to comment on this ticket.

Metadata