Skip to content

Commit 203878f

Browse files
authored
Fixed override
1 parent 9a3cf0d commit 203878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Libraries/GSF.Web/Model/ModelController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public ModelController()
163163
#region [ Properties ]
164164
protected bool ViewOnly { get; } = false;
165165
protected bool AllowSearch { get; } = false;
166-
protected bool ReturnPivots { get; set; } = false;
166+
protected virtual bool ReturnPivots { get; set; } = false;
167167
protected string CustomView { get; } = "";
168168
protected string PrimaryKeyField { get; set; } = "ID";
169169
protected string ParentKey { get; set; } = "";

0 commit comments

Comments
 (0)