Project

General

Profile

Actions

Feature #2332

open

Allow search feature in custom field type list or key/value

Added by liaham 11 months ago. Updated 14 days ago.

Status:
New
Priority:
High
Assignee:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Compatible Redmine Version:
n/a
Requires Documentation?:

Description

Custom fields with type list or key/value might have very long dropdown fields. It would be comfortable for the user if she could search for a list item instead of scrolling down.

Actions #2

Updated by liaham 14 days ago

There are several requirements for such a feature:

  1. Could only be supported for dropdown fields (Redmine::FieldFormat::List#select_edit_tag) which needs to be modified to support the autocomplete feature.
  2. The autocomplete feature should be implemented with the option to enable or disable it for a certain field.
  3. Requires CustomFieldsController#autocomplete method and a corresponding route.
  4. The Javacript observeAutocompleteField for autocomplete must be integrated in every possible form view.
  5. Supported field formats could be List and its descendants:
  • List
  • List Format < List
  • RecordList < List
  • EnumerationFormat < RecordList
  • UserFormat < RecordList
  • VersionFormat < RecordList
  • and other derivatives of RecordList
  1. Eeach supported custom field format requires a search query.
Actions #3

Updated by liaham 14 days ago

  • Priority changed from Normal to High
Actions #4

Updated by liaham 14 days ago

  • Target version changed from unplanned to 5.0.0
Actions

Also available in: Atom PDF