mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Comment
This commit is contained in:
@@ -213,6 +213,7 @@ function selectFieldChange(form) {
|
|||||||
ok = false;
|
ok = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//! take grouping in select into account
|
||||||
if (col && /^order/.test(select.name)) {
|
if (col && /^order/.test(select.name)) {
|
||||||
if (!(col in indexColumns)) {
|
if (!(col in indexColumns)) {
|
||||||
ok = false;
|
ok = false;
|
||||||
|
Reference in New Issue
Block a user