Closed aconstlink closed 4 years ago
oids in the backend are overwritten during construction of the object by the id constructor. A backend needs to set the oid directly for its bid.
Solution is to add a setter for the oid and not assigning by operator = .
operator =
Fix for
oids in the backend are overwritten during construction of the object by the id constructor. A backend needs to set the oid directly for its bid.
Solution is to add a setter for the oid and not assigning by
operator =
.Fix for