SyncPropertyForm: show sorted source columns
This commit is contained in:
parent
8d1cd64b64
commit
f71bfb1204
|
@ -183,6 +183,7 @@ class SyncPropertyForm extends DirectorObjectForm
|
|||
$error = false;
|
||||
try {
|
||||
$data = $this->listSourceColumns();
|
||||
natsort($data);
|
||||
} catch (Exception $e) {
|
||||
$data = array();
|
||||
$error = sprintf(
|
||||
|
|
Loading…
Reference in New Issue