Skip to content

protobuf: Server should gracefully handle non-file entities with file-like attributes.

Example C++ code:

Entity rt;
rt.SetRole(Role::RECORD_TYPE);
rt.SetName("Not a FILE");
rt.SetFilePath("");
insert_transaction->InsertEntity(&rt);
insert_transaction->Execute();

DoD

server bug was fixed with !53 (merged)

Edited by Timm Fitschen
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information