Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve order by column flow #1712

Closed
mtrezza opened this issue May 23, 2021 · 1 comment
Closed

Improve order by column flow #1712

mtrezza opened this issue May 23, 2021 · 1 comment
Labels
state:duplicate Duplicate of already reported issue

Comments

@mtrezza
Copy link
Member

mtrezza commented May 23, 2021

Issue

Currently, it is possible to order a collection by click on the column heading. Due to the dashboard layout, it can easily happen that while navigating the menu, one accidentally clicks on a column header, triggering a sort, for example while setting filters.

A collection sort without an index can have a sever impact on the DB. Therefore sorts should either
a) require more than a simple click on the column (e.g. sort only via context menu), or
b) show a warning dialog if the sort leads to a coll scan due to missing index (e.g. via index analysis)

@mtrezza
Copy link
Member Author

mtrezza commented May 24, 2021

Closing as duplicate of #1497.

@mtrezza mtrezza added state:duplicate Duplicate of already reported issue and removed enhancement labels May 24, 2021
@mtrezza mtrezza closed this as completed May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:duplicate Duplicate of already reported issue
Projects
None yet
Development

No branches or pull requests

1 participant