You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Prasad P. Pawar (Jira)" <ji...@apache.org> on 2021/05/26 04:32:00 UTC

[jira] [Created] (ATLAS-4308) ATLAS UI Audit sorting : When consecutive Entity Audits are fired, sorting happens on the previous sorted results received from the server

Prasad P. Pawar created ATLAS-4308:
--------------------------------------

             Summary: ATLAS UI Audit sorting : When consecutive Entity Audits are fired, sorting happens on the previous sorted results received from the server
                 Key: ATLAS-4308
                 URL: https://issues.apache.org/jira/browse/ATLAS-4308
             Project: Atlas
          Issue Type: Bug
            Reporter: Prasad P. Pawar
            Assignee: Prasad P. Pawar


Attaching 2 screenshots where following was done
 
1)sort by action + sort by user (sort by action is done and on top of that result , sort by user is done)
2)sort by user (only sort by user is done)
 
The results are different on UI. 
 
The query for  :
1) is 
a) /api/atlas/v2/entity/0efb15b7-d4cc-4bcc-87d1-bee41d1baae5/audit?sortOrder=asc&offset=0&count=25&sortBy=action 
b) /api/atlas/v2/entity/0efb15b7-d4cc-4bcc-87d1-bee41d1baae5/audit?sortOrder=asc&offset=0&count=25&sortBy=user
 
2) is 
a) /api/atlas/v2/entity/0efb15b7-d4cc-4bcc-87d1-bee41d1baae5/audit?sortOrder=asc&offset=0&count=25&sortBy=user
 
1.b happens on the result of 1.a which is not expected.
 
1.b should be equal to 2.a



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