Patch #24189
closedTime entry form - limit issue autocomplete to already selected project
0%
Description
When creating a new time entry via /time_entries/new (that is, outside the scope of a project), the issue autocompleter always searches across all projects of the user, even if a project has already been selected in the dropdown above. Selecting an issue of another project here will lead to a validation error and should therefore prevented by only offering issues of the selected project.
The attached patch developed at Planio solves this by providing the autocompleter with a function (instead of the static URL), which dynamically constructs the scope and project_id parameters according to the user's project selection.
Files
Updated by Go MAEDA about 8 years ago
- Target version set to 3.4.0
This patch works fine for me. The candidates displayed on the screen is only the issues of the selected project.
Setting target version to 3.4.0.
Updated by Jean-Philippe Lang almost 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Updated by Jean-Philippe Lang almost 8 years ago
- Subject changed from time entry form - limit issue autocomplete to already selected project to Time entry form - limit issue autocomplete to already selected project