Issue list / board: Selecting order by clause in UI causes manually entered query to be changed unexpectedly
#1644
-
OneDev
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #4330 is successful
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
9.2.5
|
| Labels |
No labels
|
Issue Votes (0)
Consider the following query
"State" is before "committed".When clicking on
Order Byin the UI and selecting a property, e.g.Number, OneDev changes the query to"State" is "committed" order by "Number" asc. Sois beforehas been changed tois, modifying the query in an unexpected way.I am not sure if other conditions change unexpectedly as well, but in my more complex query only the part
"State" is before "committed"did change.