mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed handleRequest() usage in GridFieldPopupForms
This commit is contained in:
parent
9bbac335c4
commit
4253950b4c
@ -73,7 +73,7 @@ class GridFieldPopupForms implements GridField_URLHandler {
|
|||||||
$handler = Object::create($class, $gridField, $this, $record, $controller, $this->name);
|
$handler = Object::create($class, $gridField, $this, $record, $controller, $this->name);
|
||||||
$handler->setTemplate($this->template);
|
$handler->setTemplate($this->template);
|
||||||
|
|
||||||
return $handler->handleRequest($request, $gridField);
|
return $handler->handleRequest($request, DataModel::inst());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user