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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | classic default workflow [ 10188 ] | i2b2 Issues [ 10285 ] |
Workflow | i2b2 Issues [ 10285 ] | i2b2 Issues Workflow [ 10436 ] |
Fix Version/s | 1.7.03 [ 10100 ] |
Assignee | Mike Mendis [ mem61 ] | Lori Phillips [ lcp5 ] |
Component/s | Ontology Cell [ 10054 ] | |
Component/s | Ontology Cell [ 10001 ] | |
Fix Version/s | 1.7.03 [ 10156 ] | |
Fix Version/s | 1.7.03 [ 10100 ] | |
Key |
|
|
Project | i2b2 [ 10000 ] | i2b2 Core Project [ 10034 ] |
Affects Version/s | 1.6.02 [ 10143 ] | |
Affects Version/s | 1.6.02 [ 10060 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Worklog Id | 10005 [ 10005 ] | |
Remaining Estimate | 0d [ 0 ] | |
Time Spent | 0.5d [ 14400 ] |
Developer Notes |
Fixed in Navigate Terms and Find by Name
Find by Code not easy to fix bec. sql includes UNION and cant change order by upper(c_name) in UNIONs |
|
Status | In Progress [ 3 ] | Ready to Test [ 10001 ] |
Assignee | Lori Phillips [ lcp5 ] | Janice Donahoe [ jmd86 ] |
Status | Ready to Test [ 10001 ] | Testing [ 10002 ] |
Status | Testing [ 10002 ] | Reopened [ 4 ] |
Fix Version/s | 1.7.04 [ 10160 ] | |
Fix Version/s | 1.7.03 [ 10156 ] |
Assignee | Janice Donahoe [ jmd86 ] | Lori Phillips [ lcp5 ] |
Status | Reopened [ 4 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Ready to Test [ 10001 ] |
Assignee | Lori Phillips [ lcp5 ] | Janice Donahoe [ jmd86 ] |
Status | Ready to Test [ 10001 ] | Testing [ 10002 ] |
Testing Notes | Tested with build 1.7.0004 and it appears to be working correctly. | |
Status | Testing [ 10002 ] | Testing [ 10002 ] |
Build Number (Fixed) | 1.7.04.0001 | |
Resolution | Fixed [ 1 ] | |
Status | Testing [ 10002 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Find by Code cant be fixed easily (has UNION in sql and cant change order by to upper(c_name) when there are UNIONs)