Fix: CLI command 'repository add' doesn't work

fixes #10690
This commit is contained in:
Gunnar Beutner 2015-11-20 15:52:11 +01:00
parent 8e7957802e
commit 24b7089964
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ bool RepositoryUtility::AddObject(const std::vector<String>& object_paths, const
if (check_config) { if (check_config) {
try { try {
ConfigObject::Ptr object = static_pointer_cast<ConfigObject>(utype->Instantiate()); ConfigObject::Ptr object = static_pointer_cast<ConfigObject>(utype->Instantiate());
attrs->Set("type", utype->GetName());
Deserialize(object, attrs, false, FAConfig); Deserialize(object, attrs, false, FAConfig);
object->SetName(name); object->SetName(name);