Actions
Patch #30818
closedIssues autocomplete should respond with content type json
Description
Currently, issues/auto_complete
respond with:
Content-Type: text/html; charset=utf-8
The attach patch changes the response to:
Content-Type: application/json; charset=utf-8
and prevent errors like #29276.
Files
Related issues
Updated by Marius BĂLTEANU over 5 years ago
- Has duplicate Defect #29276: Autocomplete does not show anything added
Updated by Go MAEDA over 5 years ago
- Category set to UI
- Target version set to 4.0.2
Updated by Go MAEDA over 5 years ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
Committed the patch. Thanks.
Updated by Christian Wolf over 5 years ago
Go MAEDA wrote:
Committed the patch. Thanks.
Is there a chance that the pachs is inserted into the 3.4 version?
Updated by Go MAEDA over 5 years ago
- Status changed from Closed to Reopened
- Target version changed from 4.0.2 to 3.4.9
Updated by Go MAEDA over 5 years ago
- Status changed from Reopened to Closed
Christian Wolf wrote:
Is there a chance that the pachs is inserted into the 3.4 version?
Thank you for pointing it out. I have just merged r17881 to 3.4-stable branch. The fix will be delivered in 3.4.9.
Actions