You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/04/01 17:24:00 UTC

[jira] [Commented] (ARTEMIS-3203) sorting tables does not work for all columns

    [ https://issues.apache.org/jira/browse/ARTEMIS-3203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313332#comment-17313332 ] 

ASF subversion and git services commented on ARTEMIS-3203:
----------------------------------------------------------

Commit 2f851cbbe0da46bee8ce6f075553139fa2a25225 in activemq-artemis's branch refs/heads/master from Domenico Francesco Bruscino
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=2f851cb ]

ARTEMIS-3203 Match filter field names with view field names

The filter and the view use different convection for field names, ie the
connection view uses the `sessionID` field name while the connection filter
uses the `SESSION_ID` field name. This commit replace the field names used
by the filter with the field names used by the view preserving the backward
compatibility.


> sorting tables does not work for all columns
> --------------------------------------------
>
>                 Key: ARTEMIS-3203
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3203
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.18.0
>            Reporter: Erwin Dondorp
>            Assignee: Domenico Francesco Bruscino
>            Priority: Minor
>         Attachments: image-2021-03-29-19-00-00-714.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> version = apache-artemis-2.18.0-20210322.234647-43-bin.tar.gz
> When trying to sort a table, this does not work for all columns that are selectable using the "sort" controls. e.g. on "Browse Connections":
> * ID --> does not work
> * Client ID --> does not work
> * Users --> OK
> * Protocol --> OK
> * Session Count --> does not work
> * Remote Address --> does not work
> * Local Address --> does not work
> * Session ID --> that column does not even exist
> similar effects on Browse Sessions (at least on Connection ID), Browse Consumers (Session ID), etc.
> also, some field names are slightly different in the column selectors for filter and/or sort, e.g. "Session" vs "Session ID"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)