On a report, when using the expert mode, if you (erroneously) compare a float field with a string value, the application hangs.
Steps to reproduce
- Create a (Empty) tracker
- Add a field (afloat) of type float
- Create an artifact with afloat=9.2
- In the default report, use the 'Expert mode' to search using the query "afloat != ''"
-> Ooops an error occured. The search to the tracker may no more be possible because the current report hang.