DirectorDatalistForm: do not show hidden user
This commit is contained in:
parent
4aa1307c9f
commit
feb4f0974b
|
@ -18,10 +18,7 @@ class DirectorDatalistForm extends DirectorObjectForm
|
|||
|
||||
public function onSuccess()
|
||||
{
|
||||
$this->getElement('owner')->setValue(
|
||||
self::username()
|
||||
);
|
||||
|
||||
$this->addHidden('owner', self::username());
|
||||
parent::onSuccess();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue