mike-jumper opened a new pull request #712:
URL: https://github.com/apache/guacamole-client/pull/712


   The history screen does not display the correct set of history entries as of 
recent changes from GUACAMOLE-462. This is because the sort properties of the 
table in the UI no longer match the sort properties used by the REST API, 
resulting in only very old records being displayed:
   
   ![History search results 
(wrong)](https://user-images.githubusercontent.com/4632905/161121834-172e12e5-6a40-4cb0-805a-20c8cba6785d.png)
   
   Translating the new properties to the proper REST API properties solves the 
issue:
   
   ![History search results 
(correct)](https://user-images.githubusercontent.com/4632905/161121903-d58698a6-a8f8-4d2b-9420-37bdf96fafaa.png)
   
   The incorrect behavior is only reproducible on a system with more than 1000 
history records. On systems with fewer records, the same records will be 
present in the returned set regardless of how they are sorted.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to