Feature #4382
open[Refactor] Move autocomplete methods to an AutocompleteController
20%
Description
If the Autocomplete methods are moved to a common AutocompleteController, it would be easier to share them with different parts of Redmine. This would make adding things like an issue autocomplete for the Issue Relations trivial.
Related issues
Updated by Eric Davis almost 15 years ago
- Category set to Code cleanup/refactoring
Updated by Richard Schulte almost 15 years ago
+1 as it relates to #4325, and all the other wonderful possibilities that could come of it!
Updated by Eric Davis over 14 years ago
- Target version changed from 1.0.0 (RC) to 1.1.0
Updated by Eric Davis over 14 years ago
- Status changed from New to 7
- % Done changed from 0 to 20
Started on this in r3945 with the issues autocomplete.
Updated by Eric Davis almost 14 years ago
- Assignee deleted (
Eric Davis)
I am stepping down from working on Redmine. If someone else is interesting in working on this issue, feel free to reassign it to them.
Eric Davis
Updated by Jean-Philippe Lang almost 14 years ago
- Target version changed from 1.1.0 to Unplanned backlogs
1.1 feature freeze.
Updated by Etienne Massip over 13 years ago
I don't think there should be an autocomplete dedicated controller with methods concerning issues, others categories, users, etc.
I think these autocomplete methods shoud stay in issue_controller, etc. and may use an autocomplete helper tightly linked to the application_helper.
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from 7 to New
- Target version deleted (
Unplanned backlogs)
Updated by Daniel Felix almost 12 years ago
Hi,
any news on this older ticket? Any decision made?