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:
- Have more than 200 CustomerUsers in OTOBO
- Go to "Admin" -> "CustomerUser <-> Customer"
- 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
Environment
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:
Additional information
Hardcoded in Kernel/Modules/AdminCustomerUserCustomer.pm -> my $SearchLimit = 200;
otobo/Kernel/Modules/AdminCustomerUserCustomer.pm
Lines 42 to 43 in 5db8ff2
Screenshots