DirectorDatalistForm: workaround no longer required
This commit is contained in:
parent
951cf73612
commit
d3bad2f4bb
|
@ -17,7 +17,7 @@ class DirectorDatalistForm extends DirectorObjectForm
|
||||||
|
|
||||||
public function onSuccess()
|
public function onSuccess()
|
||||||
{
|
{
|
||||||
$this->addHidden('owner', self::username());
|
$this->object()->owner = self::username();
|
||||||
parent::onSuccess();
|
parent::onSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue