Feature #4382
[Refactor] Move autocomplete methods to an AutocompleteController
Status: | New | Start date: | 2009-12-11 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 20% | ||
Category: | Code cleanup/refactoring | ||||
Target version: | - | ||||
Resolution: |
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
Associated revisions
Refactor: move IssuesController#auto_complete to a new controller. #4382
History
#1
Updated by Eric Davis over 12 years ago
- Category set to Code cleanup/refactoring
#2
Updated by Richard Schulte over 12 years ago
+1 as it relates to #4325, and all the other wonderful possibilities that could come of it!
#3
Updated by Eric Davis about 12 years ago
- Target version changed from 1.0.0 (RC) to 1.1.0
#4
Updated by Eric Davis almost 12 years ago
- Status changed from New to 7
- % Done changed from 0 to 20
Started on this in r3945 with the issues autocomplete.
#5
Updated by Eric Davis over 11 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
#6
Updated by Jean-Philippe Lang over 11 years ago
- Target version changed from 1.1.0 to Unplanned backlogs
1.1 feature freeze.
#7
Updated by Etienne Massip over 11 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.
#8
Updated by Jean-Philippe Lang over 10 years ago
- Status changed from 7 to New
- Target version deleted (
Unplanned backlogs)
#9
Updated by Daniel Felix over 9 years ago
Hi,
any news on this older ticket? Any decision made?