Vote #63292
未完了use ajax suggestion pattern to fill out single potentially big fields, like "assigned to", "author"
0%
説明
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.
journals
this: http://www.interiders.com/wp-content/demos/ProtoMultiSelect/test.html would be also an example for multiselect.
--------------------------------------------------------------------------------
this would maybe usable for:
* categories (one issue can have multiple categories)
* related to (as there are a lot of issues)
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,21662,Search in issue assigned dropdown list