Skip to content

GUACAMOLE-462: Request correct sort order from REST API when searching history.#712

Merged
jmuehlner merged 1 commit intoapache:staging/1.5.0from
mike-jumper:fix-history
Mar 31, 2022
Merged

GUACAMOLE-462: Request correct sort order from REST API when searching history.#712
jmuehlner merged 1 commit intoapache:staging/1.5.0from
mike-jumper:fix-history

Conversation

@mike-jumper
Copy link
Contributor

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)

Translating the new properties to the proper REST API properties solves the issue:

History search results (correct)

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.

@jmuehlner jmuehlner merged commit 27494d7 into apache:staging/1.5.0 Mar 31, 2022
@mike-jumper mike-jumper deleted the fix-history branch March 31, 2022 21:32
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

Successfully merging this pull request may close these issues.

2 participants