diff --git a/src/caosdb/entity.cpp b/src/caosdb/entity.cpp index 24fd3824aa20c35a253f4cdd6d2020e180e1a1c7..57935d1cb7bd7565a2d64d8b22b2f761246f600a 100644 --- a/src/caosdb/entity.cpp +++ b/src/caosdb/entity.cpp @@ -75,6 +75,8 @@ Entity::Entity() : wrapped(Entity::CreateProtoEntity()) { properties.wrapped = this->wrapped->mutable_properties(); parents.wrapped = this->wrapped->mutable_parents(); errors.wrapped = this->wrapped->mutable_errors(); + warnings.wrapped = this->wrapped->mutable_warnings(); + infos.wrapped = this->wrapped->mutable_infos(); } Entity::Entity(IdResponse *idResponse) : Entity() {