Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.02
-
None
-
-
Tested with build 1.7.0004 and it appears to be working correctly.
Description
The Ontology term tree sorts the term by alphabetical order. What should happen is that it should be case *insensitive*. But right now it is case *sensitive*.
Thanks,
lisa.
Thanks,
lisa.
Find by Code cant be fixed easily (has UNION in sql and cant change order by to upper(c_name) when there are UNIONs)