Skip to content

Commit

Permalink
Fix #810: DataTypeDescriptor Clone does not clone "Cachable"
Browse files Browse the repository at this point in the history
  • Loading branch information
napernik committed Sep 27, 2022
1 parent b140da9 commit 07dae80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Composite/Data/DynamicTypes/DataTypeDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ public DataTypeDescriptor Clone()
BuildNewHandlerTypeName = this.BuildNewHandlerTypeName,
LabelFieldName = this.LabelFieldName,
InternalUrlPrefix = this.InternalUrlPrefix,
Cachable = this.Cachable,
Searchable = this.Searchable
};

Expand Down

0 comments on commit 07dae80

Please sign in to comment.