diff --git a/admin/locations.php b/admin/locations.php index f6f8d020..2c642b9b 100644 --- a/admin/locations.php +++ b/admin/locations.php @@ -45,6 +45,8 @@ $editor = new TableEditor("locations", ) ); + +$editor->filterList("conferences_id", $conference['id']); $editor->setPrimaryKey("id"); $editor->setRecordType("Location"); $editor->setDefaultSortField("name");