Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect table sorting when a space or dash exists in the string #3501

Open
rbeckman-nextgen opened this issue May 11, 2020 · 0 comments
Open

Comments

@rbeckman-nextgen
Copy link
Collaborator

In the channels page, the channel name appears to be incorrectly sorted if a space or dash exists in the name. Take the three channels: testa, test - b, testc.

One might expect the sort order to be

test - b
testa
testc

but instead it turns out to be

testa
test - b
testc

In 2.x, this also affects the Dashboard. In 3.x, the Dashboard is using a JXTreeTable and does not appear to be affected.

Determine whether this is a JTable, JXTable, or Mirth Connect specific issue before all else.

Imported Issue. Original Details:
Jira Issue Key: MIRTH-3608
Reporter: wayneh
Created: 2015-02-03T09:50:01.000-0800

@rbeckman-nextgen rbeckman-nextgen added this to the 3.10.0 milestone May 11, 2020
@cturczynskyj cturczynskyj removed this from the 3.10.0 milestone Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants