znuny / znuny-feature-requests

This repository tracks feature requests as issues.
7 stars 1 forks source link

Create search in Dynamic Field Management #27

Open jtrumm opened 2 years ago

jtrumm commented 2 years ago

Environment

Expected behaviour

The search "Filter for Dynamic Fields" on the "Dynamic Fields" page in the admin area should find dynamic fields regardless on which page they are listed.

Actual behaviour

The search "Filter for Dynamic Fields" on the "Dynamic Fields" page in the admin area only finds dynamic fields which are listed on the current page. If there is more than one page of dynamic fields then the fields on other pages are not found.

How to reproduce

Steps to reproduce the behavior:

  1. Go to 'Admin -> Dynamic Fields'
  2. Ensure there is more than one page of dynamic fields and that your are currently displaying page one
  3. Enter a search in the box "Filter for Dynamic Fields" which matches items on the second page of dynamic fields
  4. The search result shows only matches found on the current page, matches from page two (or further pages) are missing

Additional information

Screenshots

hanneshal commented 2 years ago

Hi @jtrumm actually it does exactly what it is meant to do: it filters the current result/page. But I get your point and will move this to the feature request repo, because it is not a bug.

Regards Johannes

rkaldung commented 2 years ago

Just to mention: by adding new values to the system configuration PreferencesGroups###DynamicFieldsOverviewPageShown like 500 you should be able to get the result you expect.

jtrumm commented 2 years ago

Hi @hanneshal , wow, it never occurred to me that this could be on purpose ... the behaviour is really confusing if you have more than one page of dynamic fields. Thanks for picking it up as feature request!

@rkaldung fantastic that solves my issue, many thanks! I am working with OTRS/Znuny for around 15 years now and I am again and again impressed of how configurable the system is.