Skip to content

Commit

Permalink
sqale: Propagate MAssigment.ownerType (required for MAssignmentRefere…
Browse files Browse the repository at this point in the history
…nce)
  • Loading branch information
tonydamage committed Sep 27, 2021
1 parent ade2b66 commit 039c758
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public MAssignment newRowObject() {
public MAssignment newRowObject(OR ownerRow) {
MAssignment row = newRowObject();
row.ownerOid = ownerRow.oid;
row.ownerType = ownerRow.objectType;
return row;
}

Expand Down

0 comments on commit 039c758

Please sign in to comment.