Added conference filter to event location editor

This commit is contained in:
jacob 2010-06-14 20:12:54 +00:00
parent c9ebee5c10
commit 76652861d4

View File

@ -45,6 +45,8 @@ $editor = new TableEditor("locations",
)
);
$editor->filterList("conferences_id", $conference['id']);
$editor->setPrimaryKey("id");
$editor->setRecordType("Location");
$editor->setDefaultSortField("name");