Project

General

Profile

Actions

Feature #1308

open

use ajax suggestion pattern to fill out single potentially big fields, like "assigned to", "author"

Added by rupert thurner almost 16 years ago. Updated over 15 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2008-05-26
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

if the user base is large, it would be nice not to have dropdown for them, but something like http://ajaxpatterns.org/Suggestion. an example copied from the patterns page is google suggest: http://www.google.com/webhp?complete=1.


Files

issues_controller.rb.diff (2.63 KB) issues_controller.rb.diff Mark Gallop, 2008-06-20 17:12
_user_search.rhtml (286 Bytes) _user_search.rhtml Mark Gallop, 2008-06-20 17:12
_form.rhtml.diff (816 Bytes) _form.rhtml.diff Mark Gallop, 2008-06-20 17:12

Related issues

Related to Redmine - Feature #21662: Search in issue assigned dropdown listNew

Actions
Actions #1

Updated by rupert thurner almost 16 years ago

this: http://www.interiders.com/wp-content/demos/ProtoMultiSelect/test.html would be also an example for multiselect.

Actions #2

Updated by rupert thurner almost 16 years ago

this would maybe usable for: * categories (one issue can have multiple categories) * related to (as there are a lot of issues)

Actions #3

Updated by Mark Gallop over 15 years ago

I also needed to do this as my Redmine install needs 2000+ users.

Attached are some patches/files for a method I am using for creating an ajax search box for selecting the author of an issue. Although this is not something that would be needed in Redmine core, it might be a base for adding the feature when the lists would be too large for a combobox.

This patch requires the Rails auto_complete plugin.

Actions #4

Updated by Go MAEDA almost 6 years ago

  • Related to Feature #21662: Search in issue assigned dropdown list added
Actions

Also available in: Atom PDF