Skip to content

AdminCustomerUserCustomer has a hardcoded limit of 200 shown CustomerUsers #5927

Description

Environment

  • Server OS Distribution: Ubuntu 26.04 LTS
  • OTOBO installation type: Docker
  • Browser: Firefox
  • OTOBO version: 11.0.16

Expected behavior

Inside the Action "AdminCustomerUserCustomer" and inside the Subaction "Customer" I would like to be able to see all my CustomerUsers.
If I have more CustomerUsers than the limit I should be able to change the search limit inside the systems configuration.

Actual behavior

Currently the hardcoded limit is 200 CustomerUsers.
If I have more CustomerUsers I have to search by the alphabet.

How to reproduce

Steps to reproduce the behavior:

  1. Have more than 200 CustomerUsers in OTOBO
  2. Go to "Admin" -> "CustomerUser <-> Customer"
  3. See that there is a limit on Customerusers und the Amount shows ">200"

Additional information

Hardcoded in Kernel/Modules/AdminCustomerUserCustomer.pm -> my $SearchLimit = 200;

# set search limit
my $SearchLimit = 200;

Screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions