Actions
Defect #35062
openBack URLs with <t+ operator break
Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
This is a problem we noticed but haven't been able to correct yet. Maybe someone else will find a good solution for this.
Steps to reproduce:
- Navigate to the issue list in a project
- Add the filter "Due date" "in less than" "30 days" and apply, this should put the Issue Query in the parameters of the URL of the browser
- Navigate to "Log time" in the + menu
- Enter some data and click "Create" or click "Cancel"
This results in a RuntimeError in IssuesController#index Unknown query operator <t
At some point the <t+
from the Referer URL doesn't get re-encoded properly and the +
becomes a space in the URL. This confuses the Query model.
Related issues
Actions