diff --git a/src/applications/almanac/editor/AlmanacServiceEditEngine.php b/src/applications/almanac/editor/AlmanacServiceEditEngine.php --- a/src/applications/almanac/editor/AlmanacServiceEditEngine.php +++ b/src/applications/almanac/editor/AlmanacServiceEditEngine.php @@ -41,6 +41,12 @@ return AlmanacService::initializeNewService($service_type); } + protected function newEditableObjectForDocumentation() { + $service_type = new AlmanacCustomServiceType(); + $this->setServiceType($service_type->getServiceTypeConstant()); + return $this->newEditableObject(); + } + protected function newObjectQuery() { return new AlmanacServiceQuery(); }