DirectorObjectForm: remove superfluous outdated...

...imported objects refresh
This commit is contained in:
Thomas Gelf 2016-06-17 20:42:12 +02:00
parent 93e4cc9b5b
commit 7438b07c91

View File

@ -73,7 +73,6 @@ abstract class DirectorObjectForm extends QuickForm
}
}
$this->object->importedObjects();
$object->resolveUnresolvedRelatedProperties();
return $this;
}