SyncPropertyForm: show sorted source columns

This commit is contained in:
Thomas Gelf 2016-10-06 16:16:06 +00:00
parent 8d1cd64b64
commit f71bfb1204
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ class SyncPropertyForm extends DirectorObjectForm
$error = false;
try {
$data = $this->listSourceColumns();
natsort($data);
} catch (Exception $e) {
$data = array();
$error = sprintf(