Actions
Defect #34841
closedURL encoding to pass arguments is broken with Edge and IE
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Hello,
I've got a tracker and I'm providing to my user an URL to validate or not some boolean fields defined in custom fields.
E.g. : http://myredmine/projects/tracker/issues/new?issue%5Bcustom_field_values%5D%5B4%5D=1
you should read : http://myredmine/projects/tracker/issues/new?issue[custom_field_values][4]=1
As you can see, square brackets are coded. Chrome and firefox are reading them without issue, Edge and IE are not reading them and just open the page without changing the fields.
Any idea how to solve that ?
Running 4.0.3.stable
thanks a lot
Related issues
Actions