Vote #79839
完了Issues autocomplete should respond with content type json
0%
説明
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.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the patch. Thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Go MAEDA wrote:
> Committed the patch. Thanks.
Is there a chance that the pachs is inserted into the 3.4 version?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,29276,Autocomplete does not show anything