We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3cf0d commit 203878fCopy full SHA for 203878f
Source/Libraries/GSF.Web/Model/ModelController.cs
@@ -163,7 +163,7 @@ public ModelController()
163
#region [ Properties ]
164
protected bool ViewOnly { get; } = false;
165
protected bool AllowSearch { get; } = false;
166
- protected bool ReturnPivots { get; set; } = false;
+ protected virtual bool ReturnPivots { get; set; } = false;
167
protected string CustomView { get; } = "";
168
protected string PrimaryKeyField { get; set; } = "ID";
169
protected string ParentKey { get; set; } = "";
0 commit comments