diff --git a/admin/locations.php b/admin/locations.php index 181e900..c3a6a06 100644 --- a/admin/locations.php +++ b/admin/locations.php @@ -46,6 +46,8 @@ $editor = new TableEditor("locations", ); $editor->setPrimaryKey("id"); +$editor->setRecordType("Location"); +$editor->setDefaultSortField("name"); $editor->execute();