Skip to content
Snippets Groups Projects
Verified Commit 6ebcedc8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge remote-tracking branch 'origin/f-insert' into f-update

parents 8f115afb cfa12f94
No related branches found
No related tags found
1 merge request!6F update
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment