Skip to content

Commit e378b70

Browse files
committed
Fix missing Order property cloning in DeepCloneTo method
1 parent 228098b commit e378b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IPConfig/Models/EditableIPConfigModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public void DeepCloneTo(EditableIPConfigModel other)
107107
base.DeepCloneTo(other);
108108
_backup.DeepCloneTo(other._backup);
109109
other._inTxn = _inTxn;
110+
other.Order = Order;
110111
}
111112

112113
#endregion IDeepCloneTo

0 commit comments

Comments
 (0)