Hide Forgot
Description of problem: Some VM subtabs show arrow for sorting but no sorting occurs, see Time column of a VM Events subtab. Version-Release number of selected component (if applicable): ovirt-engine-userportal-4.0.5.4-0.1.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1. Check if clicking on Time column in a VM Events subtab in Extended view does sort 2. 3. Actual results: although there is arrow there is no sorting based on time Expected results: should work or there should not be the arrow, this confuses user about functionality Additional info:
right, the reason is that the webadmin is using search query to get this data which supports sorting while userportal is using GetAllAuditLogsByVMId which does not.
UserPortal is no longer supported