Closed darh closed 1 year ago
There are still some issues on this. Waiting on Vivek to address them.
When you sort by last change, the view is kinda broken, meaning always the same results are shown even if you press next page. The total record count is also surpassing the total records we have if we continuously press next. @vicpatel please check this.
@vicpatel Now everything looks good and the only part left is the Changelog entry. Please include it. Thanks.
What was fixed:
How was it fixed:
coalesce(deletedAt, updatedAt, createdAt)
to sort based on all three columns, so that the value displayed matches the value that is being used to sortAdded#
What was added:
coalesce
sorting on all supported store driver.Why was it added:
Added CL entry. @Fajfa & @vicpatel you can close this issue.
As reported by @Bojan-Svirkov
@Fajfa