DirectorObjectForm: customvars work with post

This commit is contained in:
Thomas Gelf 2015-08-02 15:09:27 +02:00
parent ea2add6dc0
commit d931eee9b3
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ abstract class DirectorObjectForm extends QuickForm
$object->object_type = $this->objectType;
}
$this->handleImports($object, $values);
$this->handleCustomVars($object, $values);
$this->handleCustomVars($object, $post);
$this->handleGroups($object, $values);
$this->handleRanges($object, $values);
}