forked from science-ation/science-ation
Added conference filter to event location editor
This commit is contained in:
parent
c9ebee5c10
commit
76652861d4
@ -45,6 +45,8 @@ $editor = new TableEditor("locations",
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
$editor->filterList("conferences_id", $conference['id']);
|
||||
$editor->setPrimaryKey("id");
|
||||
$editor->setRecordType("Location");
|
||||
$editor->setDefaultSortField("name");
|
||||
|
Loading…
x
Reference in New Issue
Block a user