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:  Translating the new properties to the proper REST API properties solves the issue:  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]
