Skip to content

Commit

Permalink
vault: add props to immutable props list
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Oct 26, 2023
1 parent 353ba22 commit 6e982e7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ public class NodePersistenceImpl implements NodePersistence {
VOS.PROPERTY_URI_CONTENTLENGTH,
VOS.PROPERTY_URI_CONTENTMD5,
VOS.PROPERTY_URI_CREATION_DATE,
VOS.PROPERTY_URI_DATE
VOS.PROPERTY_URI_DATE,
VOS.PROPERTY_URI_CREATOR,
VOS.PROPERTY_URI_QUOTA
)
);

Expand Down

0 comments on commit 6e982e7

Please sign in to comment.