Skip to content

Commit

Permalink
Make branchId, branchBaseVersion, trunkVersion readable thru api
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite committed Jun 18, 2024
1 parent 65bf556 commit cae527a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/model/frames/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ Entity.Def = Frame.define(
'version', readable, 'baseVersion', readable,
'dataReceived', readable, 'conflictingProperties', readable,
'createdAt', readable,
'branchId', 'trunkVersion', 'branchBaseVersion',
'branchId', readable,
'trunkVersion', readable,
'branchBaseVersion', readable,
embedded('creator'),
embedded('source'),
fieldTypes([
Expand Down

0 comments on commit cae527a

Please sign in to comment.