mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
For tables that use sort_key field, incorrect results can be returned by the list* APIs while using pagination and with the same values for sort-key field. (Default value for sort_key field remains 0). This change adds id column as secondary sort criteria in such cases. Fixes #5316 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>