-
Bug
-
Resolution: Fixed
-
Low
-
4.0 - Beta 1
-
4
-
- Restore the attached test.xml
- login as admin
- execute jql query: ORDER BY NF
- notice that the result orders both NF custom fields in ascending order and both have arrows. It has been decided that we'll leave that as it is.
- Click the column heading for the second NF field to make it sort DESC.
- notice that the query has been changed to: "ORDER BY cf[10005] DESC, NF". technicallyl this means that cf[10005] is listed twice since it is also part of NF.
- go to View Filter: the summary says "Sorted by: NF descending, then NF ascending, then NF ascending" which isn't correct.
- click Edit Filter: now you get an error message saying that query is invalid.
We shouldn't generate invalid queries from a user clicking on the column headings.